From 802442fffc86397870e1f37f901b63b9521b042d Mon Sep 17 00:00:00 2001 From: Dustin Lagoy Date: Wed, 28 Apr 2021 09:32:20 -0400 Subject: 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. --- apidocs/c/profapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apidocs/c') diff --git a/apidocs/c/profapi.h b/apidocs/c/profapi.h index e6562895..a8c8673c 100644 --- a/apidocs/c/profapi.h +++ b/apidocs/c/profapi.h @@ -142,7 +142,7 @@ char* prof_get_current_nick(void); Retrieve the nickname for a given barejid if it is in the roster. @return the users nickname e.g. "eddie", or NULLL if the barejid is not in the roster. */ -char* prof_get_nick_from_roster(const char *barejid); +char* prof_get_name_from_roster(const char *barejid); /** Retrieve nicknames of all occupants in a chat room, when in a chat room window. -- cgit 1.4.1-2-gfad0