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/mbsebbs-code-361e3323ef16e6d9c51e83748a5843a3b34b7f64/mbnntp/mbnntp.h
vbcoen 6a6a253885 Updated mbmon.c & mbsetup.c
Added doc dir. and manual as .pdf
restored deleted files - yep I screwed the pooch.
2015-11-03 20:41:11 +00:00

18 lines
232 B
C

#ifndef _MBNNTP_H
#define _MBNNTP_H
/* $Id: mbnntp.h,v 1.5 2005/01/14 19:52:13 mbse Exp $ */
int usercharset;
void send_nntp(const char *, ...);
#ifndef USE_NEWSGATE
int get_nntp(char *, int);
void nntp(void);
#endif
#endif