X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Fload-fragment.h;h=9a3465a166f4c9c4857fecaa77223d8adbdfb7c4;hp=aa48ebdd3c3fdf181a7ad761df08b05b39bd65a2;hb=98709151f3e782eb508ba15e2a12c0b46003f061;hpb=34cdc274edd870ffc27d21cf82655a0114948748 diff --git a/src/core/load-fragment.h b/src/core/load-fragment.h index aa48ebdd3..9a3465a16 100644 --- a/src/core/load-fragment.h +++ b/src/core/load-fragment.h @@ -42,6 +42,7 @@ int config_parse_socket_bind(const char *filename, unsigned line, const char *se int config_parse_exec_nice(const char *filename, unsigned line, const char *section, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); int config_parse_exec_oom_score_adjust(const char *filename, unsigned line, const char *section, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); int config_parse_exec(const char *filename, unsigned line, const char *section, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); +int config_parse_service_timeout(const char *filename, unsigned line, const char *section, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); int config_parse_service_type(const char *filename, unsigned line, const char *section, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); int config_parse_service_restart(const char *filename, unsigned line, const char *section, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); int config_parse_socket_bindtodevice(const char *filename, unsigned line, const char *section, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata);