1 /*
2  *      Copyright (c) 2003 Michael T Pins.  All rights reserved.
3  */
4 
5 void            novartdir(char *);
6 void            novfilename(char *);
7 struct novgroup *novopen(char *);
8 struct novgroup *novstream(register FILE *);
9 struct novart  *novall(register struct novgroup *, register article_number, register article_number);
10 struct novart  *novnext(register struct novgroup *);
11 void            novclose(register struct novgroup *);
12