aboutsummaryrefslogtreecommitdiffstats
path: root/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands.c')
-rw-r--r--commands.c10
1 files changed, 5 insertions, 5 deletions
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);