Send error reports from dirplex.
[ashd.git] / lib / utils.h
index e359d6c..78241b3 100644 (file)
@@ -68,5 +68,7 @@ off_t atoo(char *n);
 char **tokenize(char *src);
 void freeca(char **ca);
 int calen(char **a);
+void bvprintf(struct charbuf *buf, char *format, va_list al);
+void bprintf(struct charbuf *buf, char *format, ...);
 
 #endif