about summary refs log tree commit diff stats
path: root/src/plugins/profapi.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-07-25 00:41:34 +0100
committerJames Booth <boothj5@gmail.com>2016-07-25 00:41:34 +0100
commit8f9f018d5a2f80267783477c7f8cce8869cf5528 (patch)
treeb9a509deb10ea361990856d23e740c5cbbbdfbd7 /src/plugins/profapi.h
parent923256b8bb02917802eb0727eb1775bcd3d51d57 (diff)
downloadprofani-tty-8f9f018d5a2f80267783477c7f8cce8869cf5528.tar.gz
Free python_str_or_unicode_to_string results
Diffstat (limited to 'src/plugins/profapi.h')
-rw-r--r--src/plugins/profapi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/profapi.h b/src/plugins/profapi.h
index 1e2e8b01..c75b8f03 100644
--- a/src/plugins/profapi.h
+++ b/src/plugins/profapi.h
@@ -50,7 +50,7 @@ int (*prof_cons_show_themed)(const char *const group, const char *const item, co
 int (*prof_cons_bad_cmd_usage)(const char *const cmd);
 
 void (*_prof_register_command)(const char *filename, const char *command_name, int min_args, int max_args,
-    const char **synopsis, const char *description, const char *arguments[][2], const char **examples,
+    char **synopsis, const char *description, char *arguments[][2], char **examples,
     void(*callback)(char **args));
 
 void (*_prof_register_timed)(const char *filename, void(*callback)(void), int interval_seconds);