13 lines
213 B
C
13 lines
213 B
C
struct configuration {
|
|
xmlChar *file;
|
|
xmlChar *bible;
|
|
xmlChar *book;
|
|
xmlChar *chapter;
|
|
xmlChar *chapter_numbers;
|
|
} typedef CONFIG;
|
|
|
|
CONFIG *config;
|
|
|
|
void cleanup();
|
|
void printusage(int error);
|