aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.h
diff options
context:
space:
mode:
authorKalle Wallin <kaw@linux.se>2004-06-19 19:31:14 +0000
committerKalle Wallin <kaw@linux.se>2004-06-19 19:31:14 +0000
commit60ba82303f21ccf5ee53e6e2a48ca3d4dee89acb (patch)
tree1fd639856df6facaffdbb3567e1ea317bb9c85f2 /src/command.h
parent0a40624443576a8929d9f2370d52248cab9245fe (diff)
downloadmpd-60ba82303f21ccf5ee53e6e2a48ca3d4dee89acb.tar.gz
mpd-60ba82303f21ccf5ee53e6e2a48ca3d4dee89acb.tar.xz
mpd-60ba82303f21ccf5ee53e6e2a48ca3d4dee89acb.zip
display errors without exiting when key bindings are broken
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1564 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.h b/src/command.h
index e96940a1a..c212ac025 100644
--- a/src/command.h
+++ b/src/command.h
@@ -63,7 +63,7 @@ command_definition_t *get_command_definitions(void);
command_t find_key_command(int key, command_definition_t *cmds);
void command_dump_keys(void);
-int check_key_bindings(void);
+int check_key_bindings(char *buf, size_t size);
int write_key_bindings(FILE *f);
char *key2str(int key);