Expansion of aliases is working. Still need to restore the behavior of underscores...
[citadel.git] / citadel / internet_addressing.h
index 22129e464d65664f6459cebee1e13aa762288c8d..4b12ee74da23c3972e824edb5de91f48b01265cf 100644 (file)
@@ -2,7 +2,7 @@
 #include "server.h"
 #include "ctdl_module.h"
 
-struct recptypes *validate_recipients(const char *recipients, const char *RemoteIdentifier, int Flags);
+struct recptypes *validate_recipients(char *recipients, const char *RemoteIdentifier, int Flags);
 void free_recipients(struct recptypes *);
 void process_rfc822_addr(const char *rfc822, char *user, char *node, char *name);
 char *rfc822_fetch_field(const char *rfc822, const char *fieldname);