BSD 4_3 development
[unix-history] / usr / contrib / nntp / rrn / artio.h
CommitLineData
25a197fc
C
1/* $Header: artio.h,v 4.3 85/05/01 11:35:43 lwall Exp $
2 *
3 * $Log: artio.h,v $
4 * Revision 4.3 85/05/01 11:35:43 lwall
5 * Baseline for release with 4.3bsd.
6 *
7 */
8
9EXT ART_POS artpos INIT(0); /* byte position in article file */
10
11EXT ART_LINE artline INIT(0); /* current line number in article file */
12EXT FILE *artfp INIT(Nullfp); /* current article file pointer */
13EXT ART_NUM openart INIT(0); /* what is the currently open article number? */
14#ifdef LINKART
15 EXT char *linkartname INIT(nullstr);/* real name of article for Eunice */
16#endif
17
18void artio_init();
19FILE *artopen(); /* open an article unless already opened */