mirror of
https://github.com/osmarks/ngircd.git
synced 2025-01-19 03:52:52 +00:00
Get_CAP_String(): make it buildable with pre-ANSI C compilers
This commit is contained in:
parent
414bfe65eb
commit
298cd9a327
@ -275,8 +275,8 @@ Parse_CAP(int Capabilities, char *Args)
|
||||
* @param Capabilities Capability flags (bitmask).
|
||||
* @return Pointer to textual representation.
|
||||
*/
|
||||
char
|
||||
*Get_CAP_String(int Capabilities)
|
||||
char *
|
||||
Get_CAP_String(int Capabilities)
|
||||
{
|
||||
static char txt[COMMAND_LEN];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user