generarxml/headers/main.h

13 lines
213 B
C
Raw Normal View History

2016-10-13 17:19:59 -03:00
struct configuration {
xmlChar *file;
xmlChar *bible;
xmlChar *book;
xmlChar *chapter;
xmlChar *chapter_numbers;
} typedef CONFIG;
CONFIG *config;
void cleanup();
2016-10-13 15:08:01 -03:00
void printusage(int error);