]> code.citadel.org Git - citadel.git/blobdiff - webcit/child.h
Brought over message reading functions from old WebCit
[citadel.git] / webcit / child.h
index e19c2efb76aa947f780009ad30715687b945b5be..5d3b69eb91ae84f29f706364f7f9c3fd17abb749 100644 (file)
@@ -39,3 +39,5 @@ long extract_long(char *source, long int parmnum);
 void dump_vars(void);
 void embed_main_menu(void);
 void serv_read(char *buf, int bytes);
+int haschar(char *st, char ch);
+void readloop(char *oper);