mirror of
https://github.com/weechat/weechat.git
synced 2026-07-06 09:43:13 +02:00
Use of const for some functions returning "char *"
This commit is contained in:
@@ -51,7 +51,7 @@ struct t_irc_nick
|
||||
char *host; /* full hostname */
|
||||
int flags; /* chanowner/chanadmin (unrealircd), */
|
||||
/* op, halfop, voice, away */
|
||||
char *color; /* color for nickname in chat window */
|
||||
const char *color; /* color for nickname in chat window */
|
||||
struct t_irc_nick *prev_nick; /* link to previous nick on channel */
|
||||
struct t_irc_nick *next_nick; /* link to next nick on channel */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user