* minor cleanup
[citadel.git] / webcit / webcit.h
index d94a69cc74d000c84fa63f4552fc62d92b27c161..6ec0e4655544b0d531884404bab35a1783d0a876 100644 (file)
@@ -360,6 +360,7 @@ void display_icaltimetype_as_webform(struct icaltimetype *, char *);
 struct icaltimetype icaltime_from_webform(char *prefix);
 void display_edit_individual_event(icalcomponent *supplied_vtodo, long msgnum);
 void save_individual_event(icalcomponent *supplied_vtodo, long msgnum);
+void generate_new_uid(char *);
 #endif
 
 extern char *months[];