X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fload-fragment.h;h=fbb31f9b9aace6e4a493a244dbb9e3b14bdd0ea9;hb=2228c3ee2fb3b9fc6ec5330125e47261c2d6ccea;hp=79fc76da9212455925a56c78fea694e8816e1621;hpb=d384ca6cd34c472d2a56ee5b45527e091be78c0b;p=external%2Fsystemd.git diff --git a/src/load-fragment.h b/src/load-fragment.h index 79fc76d..fbb31f9 100644 --- a/src/load-fragment.h +++ b/src/load-fragment.h @@ -76,7 +76,6 @@ int config_parse_unit_condition_string(const char *filename, unsigned line, cons int config_parse_unit_condition_null(const char *filename, unsigned line, const char *section, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); int config_parse_kill_mode(const char *filename, unsigned line, const char *section, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); int config_parse_notify_access(const char *filename, unsigned line, const char *section, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); -int config_parse_start_limit_action(const char *filename, unsigned line, const char *section, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); int config_parse_unit_cgroup_attr(const char *filename, unsigned line, const char *section, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); int config_parse_unit_cpu_shares(const char *filename, unsigned line, const char *section, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); int config_parse_unit_memory_limit(const char *filename, unsigned line, const char *section, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata);