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
2004-06-20 14:38:11 +00:00

16 lines
168 B
C

#ifndef _MBNNTP_H
#define _MBNNTP_H
/* $Id$ */
void send_nntp(const char *, ...);
#ifndef USE_NEWSGATE
int get_nntp(char *, int);
void nntp(void);
#endif
#endif