diff options
Diffstat (limited to 'src/history.c')
-rw-r--r-- | src/history.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/history.c b/src/history.c index de77b5c9..49541dfd 100644 --- a/src/history.c +++ b/src/history.c @@ -33,7 +33,7 @@ static int history_size_max = 16; /** * Debug procedure. */ -void History_show() +void History_show(void) { int i; @@ -149,7 +149,7 @@ void a_History_set_title_by_url(const DilloUrl *url, const char *title) /** * Free all the memory used by this module */ -void a_History_freeall() +void a_History_freeall(void) { int i; |