mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 09:02:13 +02:00
Mark unused function deprecated
This commit is contained in:
parent
2af7db2dfa
commit
e4d34380e5
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ int match_wildcards(const char *mask, const char *data);
|
||||||
|
|
||||||
/* octal <-> decimal conversions */
|
/* octal <-> decimal conversions */
|
||||||
int octal2dec(int octal);
|
int octal2dec(int octal);
|
||||||
int dec2octal(int decimal);
|
int dec2octal(int decimal) G_GNUC_DEPRECATED;
|
||||||
|
|
||||||
/* Get time in human readable form with localtime() + asctime() */
|
/* Get time in human readable form with localtime() + asctime() */
|
||||||
char *my_asctime(time_t t);
|
char *my_asctime(time_t t);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue