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/commands.h
2005-02-14 19:57:19 +00:00

19 lines
382 B
C

#ifndef _COMMANDS_H
#define _COMMANDS_H
/* $Id$ */
#ifndef USE_NEWSGATE
char *getrfcchrs(int);
char *make_msgid(char *);
void command_abhs(char *); /* ARTICLE/BODY/HEADER/STAT */
void command_group(char *); /* GROUP */
void command_list(char *); /* LIST */
void command_post(char *); /* POST */
void command_xover(char *); /* XOVER */
#endif
#endif