generarxml/headers/main.h

13 lines
198 B
C
Raw Normal View History

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