blob: 9eaa8e131a75bf55b6958392063f6eb62a79a0bd (
plain) (
tree)
|
|
#ifndef LYNEWSPOST_H
#define LYNEWSPOST_H
#ifndef LYSTRUCTS_H
#include <LYStructs.h>
#endif /* LYSTRUCTS_H */
extern BOOLEAN term_message;
extern char *LYNewsPost PARAMS((char *newsgroups, BOOLEAN followup));
#endif /* LYNEWSPOST_H */
|