diff options
Diffstat (limited to 'fbuf.h')
| -rw-r--r-- | fbuf.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
