aboutsummaryrefslogtreecommitdiff
path: root/fbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'fbuf.h')
-rw-r--r--fbuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fbuf.h b/fbuf.h
index 1d90493..212979b 100644
--- a/fbuf.h
+++ b/fbuf.h
@@ -20,7 +20,7 @@ void bputsn(struct TMPL_buf* b, char* s, size_t size);
void bputc(struct TMPL_buf* b, char s);
-struct TMPL_buf* alloc_tmpl_buf();
+struct TMPL_buf* alloc_tmpl_buf(void);
void free_tmpl_buf(struct TMPL_buf* b);