diff options
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 416003b..21761a7 100644 --- a/FICS/utils.h +++ b/FICS/utils.h @@ -67,7 +67,7 @@ extern char *eatwhite(char *); extern char *eatword(char *); extern char *file_bplayer(char *); extern char *file_wplayer(char *); -extern char *fix_time(char *); +extern char *fix_time(const char *); extern char *getword(char *); extern char *hms(int, int, int, int); extern char *hms_desc(int); |
