Nothing to see here, move along...
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user