style cleanup
[citadel.git] / citadel / modules / imap / imap_metadata.h
index 06ed4a004f25fbef975fd5324b083aa20a13cd89..3f2a8bcbde6b64d1313a44ae06dde63fa657176b 100644 (file)
@@ -1,7 +1,14 @@
 /*
- * $Id$
+ * Copyright (c) 2007-2017 by the citadel.org team
  *
+ * This program is open source software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 3.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
  */
 
-void imap_getmetadata(int num_parms, char *parms[]);
-void imap_setmetadata(int num_parms, char *parms[]);
+void imap_getmetadata(int num_parms, ConstStr *Params);
+void imap_setmetadata(int num_parms, ConstStr *Params);