# HG changeset patch # User Timo Sirainen # Date 1158516671 -10800 # Node ID c9bdfaa2e2cf4006c8782dfebb29e5e4c8a6ea04 # Parent bdfc03178263fe6d1c67512f209507cd00fa6237 Removed quota_set_error() prototype as well diff -r bdfc03178263 -r c9bdfaa2e2cf src/plugins/quota/quota-private.h --- 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