Add forgotten files 1.4.70b
[polyglot.git] / book_make.h
1
2 // book_make.h
3
4 #ifndef BOOK_MAKE_H
5 #define BOOK_MAKE_H
6
7 // includes
8
9 #include "util.h"
10
11 // functions
12
13 extern void book_make (int argc, char * argv[]);
14 extern void book_dump (int argc, char * argv[]);
15 extern void book_info (int argc, char * argv[]);
16
17 #endif // !defined BOOK_MAKE_H
18
19 // end of book_make.h
20