mirror of
https://github.com/osmarks/ngircd.git
synced 2025-09-10 22:36:03 +00:00
Get_CAP_String(): make it buildable with pre-ANSI C compilers
This commit is contained in:
@@ -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];
|
||||
|
||||
|
Reference in New Issue
Block a user