generarxml/src/main.h
2016-10-17 11:31:42 -03:00

15 lines
218 B
C

#define MEANING 42
struct configuration {
char *file;
char *bible;
char *book;
char *chapter;
char *chapter_numbers;
} typedef CONFIG;
CONFIG *config;
void cleanup();
void printusage(int error);