summaryrefslogtreecommitdiffstats
path: root/commands.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2015-01-11 11:38:28 +0100
committerBert Münnich <ber.t@posteo.de>2015-01-11 11:39:38 +0100
commit5dc7993478b7c4273fcbcec83616d2ac33ca43b4 (patch)
treecfd5ce5fac31496d57f39a7efdcc1b3b47f47031 /commands.h
parent808a10ed04408f6154d26197a568cb1d11372475 (diff)
downloadnsxiv-5dc7993478b7c4273fcbcec83616d2ac33ca43b4.tar.zst
Simplified command arguments
Diffstat (limited to 'commands.h')
-rw-r--r--commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.h b/commands.h
index a06427a..07c1dd8 100644
--- a/commands.h
+++ b/commands.h
@@ -23,7 +23,7 @@
#include "types.h"
-typedef void* arg_t;
+typedef int arg_t;
typedef bool (*cmd_f)(arg_t);
#define G_CMD(c) g_##c,