mirror of
https://github.com/osmarks/ngircd.git
synced 2025-01-19 12:02:52 +00:00
const'ify Client_TypeText()
This commit is contained in:
parent
8ad1c23ae4
commit
a68103771c
@ -1104,7 +1104,7 @@ Client_RegisterWhowas( CLIENT *Client )
|
|||||||
} /* Client_RegisterWhowas */
|
} /* Client_RegisterWhowas */
|
||||||
|
|
||||||
|
|
||||||
GLOBAL char *
|
GLOBAL const char *
|
||||||
Client_TypeText(CLIENT *Client)
|
Client_TypeText(CLIENT *Client)
|
||||||
{
|
{
|
||||||
assert(Client != NULL);
|
assert(Client != NULL);
|
||||||
|
@ -146,7 +146,7 @@ GLOBAL int Client_GetLastWhowasIndex PARAMS(( void ));
|
|||||||
|
|
||||||
GLOBAL void Client_RegisterWhowas PARAMS(( CLIENT *Client ));
|
GLOBAL void Client_RegisterWhowas PARAMS(( CLIENT *Client ));
|
||||||
|
|
||||||
GLOBAL char * Client_TypeText PARAMS((CLIENT *Client));
|
GLOBAL const char *Client_TypeText PARAMS((CLIENT *Client));
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user