]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/resolve.h
New configuration option "NoZeroConf" to disable ZeroConf registration
[ngircd-alex.git] / src / ngircd / resolve.h
index 9759a2c4e43150ab8d196d984a0b0a9d08d38c77..044ceec1e123ba096f66e6b8935fb28d0b52f535 100644 (file)
@@ -18,7 +18,6 @@ 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