comparison helpgen/helpgen.h @ 0:13d2b8934445

Import AnaGram (near-)release tree into Mercurial.
author David A. Holland
date Sat, 22 Dec 2007 17:52:45 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:13d2b8934445
1 #ifndef HELPGEN_H
2 #define HELPGEN_H
3
4 struct topic; // from topic.h
5
6 void help_addtopic(struct topic *);
7
8 // in cout.c
9 void cout(const char *path, struct topic **topics, int ntopics);
10
11 // in htmlout.c
12 void htmlout(const char *path, struct topic **topics, int ntopics);
13
14 // in readhelp.syn
15 void load(const char *path);
16
17 #endif /* HELPGEN_H */