File: libnov.h

package info (click to toggle)
nn 6.7.3-2.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,488 kB
  • ctags: 3,198
  • sloc: ansic: 32,032; sh: 1,491; awk: 138; makefile: 96
file content (11 lines) | stat: -rw-r--r-- 433 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
/*
 *      Copyright (c) 2003 Michael T Pins.  All rights reserved.
 */

void            novartdir(char *);
void            novfilename(char *);
struct novgroup *novopen(char *);
struct novgroup *novstream(register FILE *);
struct novart  *novall(register struct novgroup *, register article_number, register article_number);
struct novart  *novnext(register struct novgroup *);
void            novclose(register struct novgroup *);