File: libnov.h

package info (click to toggle)
nn 6.7.3-8
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 2,508 kB
  • ctags: 3,199
  • sloc: ansic: 32,035; sh: 1,491; awk: 138; makefile: 98
file content (11 lines) | stat: -rw-r--r-- 433 bytes parent folder | download | duplicates (9)
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 *);