1
0
Fork 0
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:
psyc://loupsycedyglgamf.onion/~lynX 2016-05-22 09:34:21 +02:00
parent baff8768f5
commit 0120646dd2
3 changed files with 9 additions and 2 deletions

View file

@ -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