1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-01 04:14:16 -04:00

Mark unused function deprecated

This commit is contained in:
Will Storey 2019-09-14 11:03:36 -07:00
parent 2af7db2dfa
commit e4d34380e5

View File

@ -50,7 +50,7 @@ int match_wildcards(const char *mask, const char *data);
/* octal <-> decimal conversions */
int octal2dec(int octal);
int dec2octal(int decimal);
int dec2octal(int decimal) G_GNUC_DEPRECATED;
/* Get time in human readable form with localtime() + asctime() */
char *my_asctime(time_t t);