[MOD/WIP] Allow flat-file support, manpage updates

This commit is contained in:
LDA 2024-08-12 18:54:35 +02:00
commit 6c32868ca0
6 changed files with 30 additions and 9 deletions

View file

@ -41,6 +41,7 @@ typedef struct ParseeConfig {
/* ------- DB -------- */
char *db_path;
size_t db_size;
/* - COMMAND-LINE FLAGS - */
int xmpp_threads, http_threads;