continuing war on unnecessary include of sys/time.h
[citadel.git] / citadel / serv_sieve.h
index 3213504f6159e121d3e679867806076f1b527dd1..2a203cda70975be8ddad3b5ba59e8251698fcc6d 100644 (file)
@@ -1,9 +1,4 @@
-/*
- * $Id: $
- */
-
 
-#ifdef HAVE_LIBSIEVE
 
 #include <sieve2.h>
 #include <sieve2_error.h>
@@ -62,11 +57,9 @@ void sieve_queue_room(struct ctdlroom *);
 void perform_sieve_processing(void);
 
 void msiv_load(struct sdm_userdata *u);
-void msiv_store(struct sdm_userdata *u);
+void msiv_store(struct sdm_userdata *u, int changes_made);
 int msiv_setactive(struct sdm_userdata *u, char *script_name);
 char *msiv_getscript(struct sdm_userdata *u, char *script_name);
 int msiv_deletescript(struct sdm_userdata *u, char *script_name);
 void msiv_putscript(struct sdm_userdata *u, char *script_name, char *script_content);
 extern char *msiv_extensions;
-
-#endif /* HAVE_LIBSIEVE */