diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-09 13:18:09 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-09 13:18:09 +0100 |
commit | e04dcd50742cf3fb9ee905b1680b0e57b7bf5139 (patch) | |
tree | 7d03eb99164b3867d2ee5731680ebcea24ba5f0b /FICS/utils.h | |
parent | 36087e1869145e15424c1557f92353a5ad1c18ee (diff) |
Exposed the declaration of strdup()
Diffstat (limited to 'FICS/utils.h')
-rw-r--r-- | FICS/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/utils.h b/FICS/utils.h index 901da93..7e8d6f5 100644 --- a/FICS/utils.h +++ b/FICS/utils.h @@ -84,7 +84,7 @@ extern int alphastring( ); extern int printablestring( ); #if defined(SGI) #else -/* extern char *strdup( ); */ +extern char *strdup( ); /* XXX */ #endif extern char *hms_desc(); |