X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/18c831dcd0ae4d660c70ccac69d27ed2a97851be..e8d9f0df0cdb7f0af118665aacc36ed5036b10d4:/sel/bres.3 diff --git a/sel/bres.3 b/sel/bres.3 index ca58165..0a0dd7a 100644 --- a/sel/bres.3 +++ b/sel/bres.3 @@ -11,12 +11,14 @@ bres \- background name resolver .nf .B "#include " -.BI "void bres_byname(bres_client *" rc ", const char *" name , -.BI " void (*" func ")(struct hostent *" h ", void *" p ), -.BI " void *" p ); -.BI "void bres_byaddr(bres_client *" rc ", struct inaddr " addr , -.BI " void (*" func ")(struct hostent *" h ", void *" p ), -.BI " void *" p ); +.ds mT \fBvoid bres_byname( +.BI "\*(mTbres_client *" rc ", const char *" name , +.BI "\h'\w'\*(mT'u'void (*" func ")(struct hostent *" h ", void *" p ), +.BI "\h'\w'\*(mT'u'void *" p ); +.ds mT \fBvoid bres_byaddr( +.BI "\*(mTbres_client *" rc ", struct inaddr " addr , +.BI "\h'\w'\*(mT'u'void (*" func ")(struct hostent *" h ", void *" p ), +.BI "\h'\w'\*(mT'u'void *" p ); .BI "void bres_abort(bres_client *" rc ); .BI "void bres_exec(const char *" file ); .BI "void bres_init(sel_state *" sel );