* give the flag to the CtdlDoIHavePermissionToPostInThisRoom in through the parameter...
[citadel.git] / citadel / msgbase.h
index 61800c76f9cabcdc9ad986a5105f2322a9865335..e4f3854cc45414375d61631eb92de78edb7a6539 100644 (file)
@@ -167,7 +167,7 @@ void CtdlSetSeen(long *target_msgnums, int num_target_msgnums,
                struct ctdluser *which_user, struct ctdlroom *which_room);
 void CtdlGetSeen(char *buf, int which_set);
 
-struct recptypes *validate_recipients(char *recipients);
+struct recptypes *validate_recipients(char *recipients, int Flags);
 void free_recipients(struct recptypes *);
 
 struct CtdlMessage *CtdlMakeMessage(