]> code.citadel.org Git - citadel.git/blobdiff - citadel/sysdep_decls.h
* Added flush_output() calls to IMAP modules. (Do we need them? Are we
[citadel.git] / citadel / sysdep_decls.h
index d58124e12e317bf2a50e622578b6620cf210f5c8..15f08bb7bcd66db449323418487e5bb127e80625 100644 (file)
@@ -51,6 +51,7 @@ struct CitContext *CreateNewContext (void);
 void InitMyContext (struct CitContext *con);
 void buffer_output(void);
 void unbuffer_output(void);
+void flush_output(void);
 void client_write (char *buf, int nbytes);
 int client_read_to (char *buf, int bytes, int timeout);
 int client_read (char *buf, int bytes);