summaryrefslogtreecommitdiffstats
path: root/service/service.h
diff options
context:
space:
mode:
Diffstat (limited to 'service/service.h')
-rw-r--r--service/service.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/service/service.h b/service/service.h
index 46ba746..892a147 100644
--- a/service/service.h
+++ b/service/service.h
@@ -53,5 +53,6 @@ int service_start_early(char *name, char *cmdline);
void service_validate_del(struct service *s);
void service_validate_init(void);
void service_init(void);
+void service_event(const char *type, const char *service, const char *instance);
#endif