1 #ifndef NVLISTS_H
2 #define NVLISTS_H
3 
4 #include "defs.h"
5 
6 extern const struct name_value service_types[];
7 extern const struct name_value service_flags[];
8 extern const struct name_value socket_types[];
9 extern const struct name_value success_log_options[];
10 extern const struct name_value failure_log_options[];
11 extern const struct name_value syslog_facilities[];
12 extern const struct name_value syslog_levels[];
13 
14 #endif
15