about summary refs log tree commit diff stats
path: root/src/plugins/profapi.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-04-07 20:49:23 +0100
committerJames Booth <boothj5@gmail.com>2016-04-07 20:49:23 +0100
commita328367eb400012a04b9aac9204c9fab2e2fc583 (patch)
tree82fb778f5967fadd15d11988d7a77d276b9cdeee /src/plugins/profapi.c
parent2ba121aef3c0116f85c483cf9856bdf9a2c47860 (diff)
downloadprofani-tty-a328367eb400012a04b9aac9204c9fab2e2fc583.tar.gz
Plugins: Renamed register_ac->completer_add
Diffstat (limited to 'src/plugins/profapi.c')
-rw-r--r--src/plugins/profapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/profapi.c b/src/plugins/profapi.c
index 372db3b1..3d92fb23 100644
--- a/src/plugins/profapi.c
+++ b/src/plugins/profapi.c
@@ -48,7 +48,7 @@ void (*prof_register_command)(const char *command_name, int min_args, int max_ar
 
 void (*prof_register_timed)(void(*callback)(void), int interval_seconds) = NULL;
 
-void (*prof_register_ac)(const char *key, char **items) = NULL;
+void (*prof_completer_add)(const char *key, char **items) = NULL;
 
 void (*prof_notify)(const char *message, int timeout_ms, const char *category) = NULL;