summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorQball Cow <qball@gmpclient.org>2014-01-21 10:13:42 +0100
committerQball Cow <qball@gmpclient.org>2014-01-21 10:13:42 +0100
commitef8d444dd2a715a35cd46d685016c72fbc9ba7fa (patch)
treede9ef5a56293cbbe79405f339add16efaed262c7 /include
parenta749aa35e99fc0c2d129e9d1289ce975bc577dfa (diff)
Add keybinding.
Diffstat (limited to 'include')
-rw-r--r--include/simpleswitcher.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/simpleswitcher.h b/include/simpleswitcher.h
index da22b224..391767ca 100644
--- a/include/simpleswitcher.h
+++ b/include/simpleswitcher.h
@@ -17,9 +17,9 @@ typedef enum {
-typedef int (*menu_match_cb)(char **tokens, const char *input, int index, void *data);
+typedef int ( *menu_match_cb )( char **tokens, const char *input, int index, void *data );
int menu( char **lines, char **input, char *prompt,
- int selected, Time *time, int *shift, menu_match_cb mmc, void *mmc_data);
+ int selected, Time *time, int *shift, menu_match_cb mmc, void *mmc_data );
/**