This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-mbse/mbnntp/mbnntp.h
2005-01-14 19:52:12 +00:00

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