mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
here's the bugfix: a missing prototype declaration
This commit is contained in:
parent
baff8768f5
commit
0120646dd2
3 changed files with 9 additions and 2 deletions
|
@ -18,6 +18,7 @@ varargs object find_person(string name, vaint lowercazed);
|
|||
#ifndef hex2int
|
||||
int hex2int(string hex);
|
||||
#endif
|
||||
int is_localhost(string host);
|
||||
varargs string isotime(mixed ctim, int long);
|
||||
int legal_host(string ip, int port, string scheme, int udpflag);
|
||||
#ifdef varargs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue