X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Fload-fragment.h;h=ce10d03c3fa9176e6fa3b9cf954fd3b6632b9f89;hp=21e0871e8b6e3599b61c384503f1a24db2aa8694;hb=b02cb41c78c61c27bf1432e19f241a3c3d47a419;hpb=978553ce5e85a57a203be8256e59f304c8c46f3d diff --git a/src/core/load-fragment.h b/src/core/load-fragment.h index 21e0871e8..ce10d03c3 100644 --- a/src/core/load-fragment.h +++ b/src/core/load-fragment.h @@ -103,6 +103,7 @@ int config_parse_no_new_privileges(const char *unit, const char *filename, unsig int config_parse_cpu_quota(const char *unit, const char *filename, unsigned line, const char *section, unsigned section_line, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); int config_parse_protect_home(const char* unit, const char *filename, unsigned line, const char *section, unsigned section_line, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); int config_parse_protect_system(const char* unit, const char *filename, unsigned line, const char *section, unsigned section_line, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); +int config_parse_bus_name(const char* unit, const char *filename, unsigned line, const char *section, unsigned section_line, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); /* gperf prototypes */ const struct ConfigPerfItem* load_fragment_gperf_lookup(const char *key, unsigned length);