mirror of
https://github.com/osmarks/ngircd.git
synced 2025-08-30 09:17:58 +00:00
const'ify Client_TypeText()
This commit is contained in:
@@ -1104,7 +1104,7 @@ Client_RegisterWhowas( CLIENT *Client )
|
||||
} /* Client_RegisterWhowas */
|
||||
|
||||
|
||||
GLOBAL char *
|
||||
GLOBAL const char *
|
||||
Client_TypeText(CLIENT *Client)
|
||||
{
|
||||
assert(Client != NULL);
|
||||
|
@@ -146,7 +146,7 @@ GLOBAL int Client_GetLastWhowasIndex PARAMS(( void ));
|
||||
|
||||
GLOBAL void Client_RegisterWhowas PARAMS(( CLIENT *Client ));
|
||||
|
||||
GLOBAL char * Client_TypeText PARAMS((CLIENT *Client));
|
||||
GLOBAL const char *Client_TypeText PARAMS((CLIENT *Client));
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user