1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00

check_query_token()

This commit is contained in:
psyc://psyced.org/~lynX 2010-03-02 23:45:06 +01:00
parent 6e5c5b98db
commit 8c6522112a
3 changed files with 16 additions and 12 deletions

View file

@ -14,6 +14,7 @@
void dns_resolve(string hostname, closure callback, varargs array(mixed) extra);
void dns_rresolve(string ip, closure callback, varargs array(mixed) extra);
#endif
varargs object find_person(string name, vaint lowercazed);
#ifndef hex2int
int hex2int(string hex);
#endif