about summary refs log tree commit diff stats
path: root/src/LYNews.h
blob: 096062d3840314c9ee29be20ba0340af76e2af72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#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 */