X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fresolve.h;h=c0b734b8e58cb6426343e9ffdc4b595802cf4245;hp=9759a2c4e43150ab8d196d984a0b0a9d08d38c77;hb=f547981188a28844068e864dc1ed955ff173d216;hpb=54e67ea9ee6c2b00c43f759edc55b57b969c9e2d diff --git a/src/ngircd/resolve.h b/src/ngircd/resolve.h index 9759a2c4..c0b734b8 100644 --- a/src/ngircd/resolve.h +++ b/src/ngircd/resolve.h @@ -7,18 +7,20 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * Please read the file COPYING, README and AUTHORS for more information. - * - * Asynchronous resolver (header) */ #ifndef __resolve_h__ #define __resolve_h__ +/** + * @file + * Asynchronous resolver (header) + */ + GLOBAL bool Resolve_Addr PARAMS((PROC_STAT * s, const ng_ipaddr_t * Addr, int identsock, void (*cbfunc) (int, short))); GLOBAL bool Resolve_Name PARAMS((PROC_STAT * s, const char *Host, void (*cbfunc) (int, short))); -GLOBAL size_t Resolve_Read PARAMS((PROC_STAT * s, void *buf, size_t buflen)); #endif