* extract_token() now expects to be supplied with the size of the
[citadel.git] / citadel / msgbase.h
index 876b6e46d4b3e6c9368e9b2b38f2106e7d35cd5a..009f975c542fb855689e92e812a90612390c6c03 100644 (file)
@@ -147,4 +147,4 @@ struct CtdlMessage *CtdlMakeMessage(
         char *preformatted_text         /* ...or NULL to read text from client */
 );
 int CtdlCheckInternetMailPermission(struct ctdluser *who);
-int CtdlIsMe(char *addr);
+int CtdlIsMe(char *addr, int addr_buf_len);