about summary refs log tree commit diff stats
path: root/src/plugins/profapi.c
diff options
context:
space:
mode:
authorDustin Lagoy <dustin@lagoy.org>2021-04-28 09:32:20 -0400
committerDustin Lagoy <dustin@lagoy.org>2021-04-28 09:32:20 -0400
commit802442fffc86397870e1f37f901b63b9521b042d (patch)
treebf57c42ec14de5d496adc751223988a3248303df /src/plugins/profapi.c
parented4d2fcfb2b99a049164c602feea7ccf4d0d8bea (diff)
downloadprofani-tty-802442fffc86397870e1f37f901b63b9521b042d.tar.gz
Change nick to name in api to match convention
Change all instances of *get_nick_from_roster to *get_name_from_roster
to match the convention of names in the roster itself.
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 c44eb95d..34c074d4 100644
--- a/src/plugins/profapi.c
+++ b/src/plugins/profapi.c
@@ -64,7 +64,7 @@ char* (*prof_get_current_recipient)(void) = NULL;
 char* (*prof_get_current_muc)(void) = NULL;
 int (*prof_current_win_is_console)(void) = NULL;
 char* (*prof_get_current_nick)(void) = NULL;
-char* (*prof_get_nick_from_roster)(const char *barejid) = NULL;
+char* (*prof_get_name_from_roster)(const char *barejid) = NULL;
 char** (*prof_get_current_occupants)(void) = NULL;
 
 char* (*prof_get_room_nick)(const char *barejid) = NULL;