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