summaryrefslogtreecommitdiff
path: root/web/web_misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'web/web_misc.h')
-rw-r--r--web/web_misc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/web_misc.h b/web/web_misc.h
index 9872181..0d75012 100644
--- a/web/web_misc.h
+++ b/web/web_misc.h
@@ -10,5 +10,6 @@ typedef struct bufstr {
void bufstr_buf(bufstr *b, char *str);
bool bufstr_changed(bufstr *b);
char *bufstr_flush(bufstr *b);
+void bufstr_clear(bufstr *b);
#endif