11 lines
137 B
C
11 lines
137 B
C
#ifndef _MBNNTP_H
|
|
#define _MBNNTP_H
|
|
|
|
/* $Id$ */
|
|
|
|
void send_nntp(const char *, ...);
|
|
int get_nntp(char *, int);
|
|
void nntp(void);
|
|
|
|
#endif
|