X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fconf-parser.h;fp=src%2Fconf-parser.h;h=35edcb63aff5b1174d51f90c6ee1fda9c6a0d3a2;hb=8d53b4534a5923721b5f1e9dd7e8f4a903d02d51;hp=e970ee28345c5df466e65a29faa5e6423b360737;hpb=62f21ec91ad8e7e24079962f4df066b0094fe68d;p=elogind.git diff --git a/src/conf-parser.h b/src/conf-parser.h index e970ee283..35edcb63a 100644 --- a/src/conf-parser.h +++ b/src/conf-parser.h @@ -95,6 +95,7 @@ int config_parse_long(const char *filename, unsigned line, const char *section, int config_parse_uint64(const char *filename, unsigned line, const char *section, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); int config_parse_size(const char *filename, unsigned line, const char *section, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); int config_parse_bool(const char *filename, unsigned line, const char *section, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); +int config_parse_tristate(const char *filename, unsigned line, const char *section, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); int config_parse_string(const char *filename, unsigned line, const char *section, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); int config_parse_path(const char *filename, unsigned line, const char *section, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); int config_parse_strv(const char *filename, unsigned line, const char *section, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata);