remove typedef from struct recptypes
[citadel.git] / citadel / internet_addressing.h
index 2c9cf9e41a262940fc217cc9261792c6098b41f8..22129e464d65664f6459cebee1e13aa762288c8d 100644 (file)
@@ -2,8 +2,8 @@
 #include "server.h"
 #include "ctdl_module.h"
 
-recptypes *validate_recipients(const char *recipients, const char *RemoteIdentifier, int Flags);
-void free_recipients(recptypes *);
+struct recptypes *validate_recipients(const 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);
 void sanitize_truncated_recipient(char *str);