changeset 4615:c9bdfaa2e2cf HEAD

Removed quota_set_error() prototype as well
author Timo Sirainen <tss@iki.fi>
date Sun, 17 Sep 2006 21:11:11 +0300
parents bdfc03178263
children b0966236fda7
files src/plugins/quota/quota-private.h
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/plugins/quota/quota-private.h	Sun Sep 17 21:10:32 2006 +0300
+++ b/src/plugins/quota/quota-private.h	Sun Sep 17 21:11:11 2006 +0300
@@ -81,6 +81,4 @@
 void quota_remove_user_storage(struct quota *quota, 
 			       struct mail_storage *storage);
 
-void quota_set_error(struct quota *quota, const char *errormsg);
-
 #endif