mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
Mark unused function deprecated
This commit is contained in:
parent
2af7db2dfa
commit
e4d34380e5
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user