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
232 B
C
Raw Normal View History

2009-05-15 20:01:56 +00:00
#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