mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-26 06:46:20 +00:00
cleanup: Make muc_nick() return const char*
Fix `type qualifiers ignored on function return type`.
This commit is contained in:
@@ -93,7 +93,7 @@ GList* muc_rooms(void);
|
||||
|
||||
void muc_set_features(const char* const room, GSList* features);
|
||||
|
||||
const char* const muc_nick(const char* const room);
|
||||
const char* muc_nick(const char* const room);
|
||||
char* muc_password(const char* const room);
|
||||
|
||||
void muc_nick_change_start(const char* const room, const char* const new_nick);
|
||||
|
||||
Reference in New Issue
Block a user