chiark / gitweb /
Report about syntax errors with metadata
[elogind.git] / src / login / logind-action.h
index 7ab44644f25acaa379de27139b15fc6b7f282c0b..df080d98ed17ceb28bb6031000bbb85ec279b67d 100644 (file)
@@ -49,6 +49,6 @@ int manager_handle_action(
 const char* handle_action_to_string(HandleAction h);
 HandleAction handle_action_from_string(const char *s);
 
 const char* handle_action_to_string(HandleAction h);
 HandleAction handle_action_from_string(const char *s);
 
-int config_parse_handle_action(const char *filename, unsigned line, const char *section, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata);
+int config_parse_handle_action(const char *unit, const char *filename, unsigned line, const char *section, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata);
 
 #endif
 
 #endif