Coding style is religion

This commit is contained in:
2017-05-17 18:43:29 +03:00
parent 6d0a190c2f
commit b7df1d32fd
7 changed files with 47 additions and 44 deletions

View File

@@ -47,8 +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);
extern const char *conf_db_pass(void);
extern const char *conf_db_hostname(void);
#endif /* CONFPARSER_H */