Nothing to see here, move along...

This commit is contained in:
2016-09-17 15:02:58 +03:00
parent 1c2473505d
commit 95a6f1fe97
8 changed files with 54 additions and 15 deletions

View File

@@ -11,6 +11,7 @@ struct conf_db {
char type[15];
char hostname[HOSTNAMESIZE];
char port[6];
char pass[60]; /* random decision */
};
struct conf_rmps {
@@ -46,6 +47,8 @@ struct conf_table {
extern struct conf_table conf;
extern int confparse(void);
extern void confexport(void);
extern const char* conf_db_pass(void);
extern const char* conf_db_hostname(void);
#endif /* CONFPARSER_H */