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

18 lines
186 B
C
Raw Normal View History

2004-04-11 19:38:51 +00:00
#ifndef _MBNNTP_H
#define _MBNNTP_H
/* $Id$ */
2005-01-14 19:52:12 +00:00
int usercharset;
2004-04-12 11:50:34 +00:00
void send_nntp(const char *, ...);
2004-06-20 14:38:11 +00:00
#ifndef USE_NEWSGATE
2004-04-12 11:50:34 +00:00
int get_nntp(char *, int);
2004-04-11 21:35:25 +00:00
void nntp(void);
2004-04-11 19:38:51 +00:00
#endif
2004-06-20 14:38:11 +00:00
#endif