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=044ceec1e123ba096f66e6b8935fb28d0b52f535;hb=b71a0ddbd570f5163ede198d635c3b03abd3e27e;hpb=79be1c477e167892b12b77dcef1d298d9d017d3c diff --git a/src/ngircd/resolve.h b/src/ngircd/resolve.h index 044ceec1..c0b734b8 100644 --- a/src/ngircd/resolve.h +++ b/src/ngircd/resolve.h @@ -7,13 +7,16 @@ * 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,