Code

screen_keydef: show command descriptions
[ncmpc.git] / src / command.h
index 225d76e5fb4bfa5e4a7c00a9ea26eaf6a89d4083..847d5ed7c22c2edf466fc6b58da11897c484ce96 100644 (file)
@@ -127,6 +127,7 @@ typedef struct  {
 
 #ifdef ENABLE_KEYDEF_SCREEN
 command_definition_t *get_command_definitions(void);
+size_t get_cmds_max_name_width(command_definition_t *cmds);
 #endif
 
 command_t find_key_command(int key, command_definition_t *cmds);