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
2015-11-05 18:49:27 -05: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