about summary refs log tree commit diff stats
path: root/src/command/cmd_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/command/cmd_defs.h')
-rw-r--r--src/command/cmd_defs.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/command/cmd_defs.h b/src/command/cmd_defs.h
index 6d829adc..32167c6d 100644
--- a/src/command/cmd_defs.h
+++ b/src/command/cmd_defs.h
@@ -44,14 +44,14 @@
 void cmd_init(void);
 void cmd_uninit(void);
 
-Command* cmd_get(const char *const command);
-GList* cmd_get_ordered(const char *const tag);
+Command* cmd_get(const char* const command);
+GList* cmd_get_ordered(const char* const tag);
 
-gboolean cmd_valid_tag(const char *const str);
+gboolean cmd_valid_tag(const char* const str);
 
 void command_docgen(void);
 
-GList* cmd_search_index_all(char *term);
-GList* cmd_search_index_any(char *term);
+GList* cmd_search_index_all(char* term);
+GList* cmd_search_index_any(char* term);
 
 #endif