NNTPremoteopen ?

Matus "fantomas" Uhlar uhlar at fantomas.sk
Mon Apr 3 14:53:25 UTC 2000


Hello,

i found out that the functions NNTPlocalopen, NNTPremoteopen and NNTPconnect
aren't properly documented (man)

       int
       NNTPremoteopen(FromServerp, ToServerp, errbuff)
           FILE             **FromServerp;
           FILE             **ToServerp;
           char             *errbuff;

       int
       NNTPconnect(host, FromServerp, ToServerp, errbuff)
           char             *host;
           FILE             **FromServerp;
           FILE             **ToServerp;
           char             *errbuff;

both them need port to connect to...

int NNTPconnect(char *host, int port, FILE **FromServerp, FILE **ToServerp, char *errbuff)

int NNTPremoteopen(int port, FILE **FromServerp, FILE **ToServerp, char *errbuff)

-- 
 Matus "fantomas" Uhlar, sysadmin at NEXTRA, Slovakia; IRCNET admin of *.sk
 uhlar at fantomas.sk ; http://www.fantomas.sk/ ; http://www.nextra.sk/
 Linux IS user friendly, it's just selective who its friends are...



More information about the inn-workers mailing list