summaryrefslogtreecommitdiffstats
path: root/src/config/all-settings.h
blob: 96ac7bdf5fc7d8397ca71af76214257ed7db909c (plain)
1
2
3
4
5
6
7
8
#ifndef ALL_SETTINGS_H
#define ALL_SETTINGS_H

extern const struct setting_parser_info *const *all_roots;
extern const struct setting_parser_info *all_default_roots[];
extern ARRAY_TYPE(service_settings) *default_services;

#endif