added "jammod" command and "genman" module
[k8jam.git] / src / genman.h
blob4b40062efa7dd50ccb0bc53fa8ead748b787a327
1 /*
2 * ttman - text to man converter
4 * Copyright 2006 Timo Hirvonen <tihirvon@gmail.com>
6 * This file is licensed under the GPLv2.
8 * changes by Ketmar // Invisible Vector
9 */
10 #ifndef GENMAN_H
11 #define GENMAN_H
14 extern void generate_man (const char *infname, const char *outfname);
17 #endif