From 780fcb523eaa2feb3882967e7b2debf21aa569f2 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Thu, 28 Dec 2017 21:34:34 -0500 Subject: changed prototypes Changed function prototypes that previously took no arguments like void dothing(); to void dothing(void); --- fbuf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fbuf.h') 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); -- cgit v1.2.3-70-g09d2