]> code.citadel.org Git - citadel.git/blobdiff - citadel/sysdep_decls.h
* add cputbuf which outputs a StrBuf to the client
[citadel.git] / citadel / sysdep_decls.h
index e61cc4096026391040f16351959ebb772f9baa42..13e9bcfc68e06a2b02c9f18f386c89fc5bf44be0 100644 (file)
@@ -40,6 +40,8 @@
 #define SIZE_T_FMT "%ld"
 #endif
 
+void cputbuf(const StrBuf *Buf);
+
 #ifdef __GNUC__
 void cprintf (const char *format, ...) __attribute__((__format__(__printf__,1,2)));
 #else