Coding style is religion
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user