File: nntpinit.h

package info (click to toggle)
trn4 4.0-test77-18
  • links: PTS, VCS
  • area: non-free
  • in suites: trixie
  • size: 4,016 kB
  • sloc: ansic: 48,332; sh: 6,795; tcl: 1,696; yacc: 662; perl: 108; makefile: 26
file content (12 lines) | stat: -rw-r--r-- 264 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
/* nntpinit.h
 */

/* DON'T EDIT BELOW THIS LINE OR YOUR CHANGES WILL BE LOST! */

int init_nntp _((void));
int server_init _((char*));
void cleanup_nntp _((void));
int get_tcp_socket _((char*,int,char*));
#ifdef NONETDB
unsigned long inet_addr _((char*));
#endif