X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fconf-parser.h;h=51efe0078660d2272b20db6264d00b7bbd35e8a1;hp=3432695db7406bf85963f264dd9fd19ad5111d5b;hb=4160ec67ba40eee5d14c5b96d37c89a3a5356f34;hpb=2b583ce6576d4a074ce6f1570b3e60b65c64ae7d diff --git a/src/conf-parser.h b/src/conf-parser.h index 3432695db..51efe0078 100644 --- a/src/conf-parser.h +++ b/src/conf-parser.h @@ -47,6 +47,7 @@ int config_parse(const char *filename, FILE *f, const char* const *sections, con /* Generic parsers */ int config_parse_int(const char *filename, unsigned line, const char *section, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); int config_parse_unsigned(const char *filename, unsigned line, const char *section, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); +int config_parse_long(const char *filename, unsigned line, const char *section, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); 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);