From a09b20c5e63839b10bae306e4a23ca5a9d8ebac0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bert=20M=C3=BCnnich?= Date: Wed, 12 Oct 2011 18:38:29 +0200 Subject: Use void for empty argument lists --- commands.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'commands.c') diff --git a/commands.c b/commands.c index 2688c09..0274655 100644 --- a/commands.c +++ b/commands.c @@ -28,13 +28,13 @@ #include "thumbs.h" #include "util.h" -void cleanup(); +void cleanup(void); void remove_file(int, bool); void load_image(int); -void redraw(); -void reset_cursor(); -void animate(); -void slideshow(); +void redraw(void); +void reset_cursor(void); +void animate(void); +void slideshow(void); void set_timeout(timeout_f, int, bool); void reset_timeout(timeout_f); -- cgit v1.2.3