mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 14:56:23 +00:00
Fix prof_get_name_from_roster documentation
This commit is contained in:
@@ -140,7 +140,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.
|
||||
@return the users nickname e.g. "eddie", or the input barejid if it is not in the roster.
|
||||
*/
|
||||
char* prof_get_name_from_roster(const char *barejid);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user