mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Fix typo in profapi.h
This commit is contained in:
parent
242696f09a
commit
9696f4d5cc
@ -134,7 +134,7 @@ int prof_current_win_is_console(void);
|
||||
|
||||
/**
|
||||
Retrieve the users nickname in a chat room, when in a chat room window.
|
||||
@return the users nickname in the current chat room e.g. "eddie", or NULLL if not in a chat room window.
|
||||
@return the users nickname in the current chat room e.g. "eddie", or NULL if not in a chat room window.
|
||||
*/
|
||||
char* prof_get_current_nick(void);
|
||||
|
||||
@ -146,7 +146,7 @@ char* prof_get_name_from_roster(const char *barejid);
|
||||
|
||||
/**
|
||||
Retrieve the barejid for a given nickname if it is in the roster.
|
||||
@return the users barejid e.g. "eddie@server.tld", or NULLL if the nickname is not in the roster.
|
||||
@return the users barejid e.g. "eddie@server.tld", or NULL if the nickname is not in the roster.
|
||||
*/
|
||||
char* prof_get_barejid_from_roster(const char *name);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user