about summary refs log tree commit diff stats
path: root/src/plugins/profapi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/profapi.c')
-rw-r--r--src/plugins/profapi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/profapi.c b/src/plugins/profapi.c
index 2f955ecb..20b8c26b 100644
--- a/src/plugins/profapi.c
+++ b/src/plugins/profapi.c
@@ -49,8 +49,8 @@ void (*_prof_register_command)(const char *filename, const char *command_name, i
 void (*_prof_register_timed)(const char *filename, void(*callback)(void), int interval_seconds) = NULL;
 
 void (*_prof_completer_add)(const char *filename, const char *key, char **items) = NULL;
-void (*prof_completer_remove)(const char *key, char **items) = NULL;
-void (*prof_completer_clear)(const char *key) = NULL;
+void (*_prof_completer_remove)(const char *filename, const char *key, char **items) = NULL;
+void (*_prof_completer_clear)(const char *filename, const char *key) = NULL;
 
 void (*prof_notify)(const char *message, int timeout_ms, const char *category) = NULL;