chiark / gitweb /
first attempt in implementinging execution logic
[elogind.git] / load-dropin.h
diff --git a/load-dropin.h b/load-dropin.h
new file mode 100644 (file)
index 0000000..c4971a5
--- /dev/null
@@ -0,0 +1,12 @@
+/*-*- Mode: C; c-basic-offset: 8 -*-*/
+
+#ifndef fooloaddropinhfoo
+#define fooloaddropinhfoo
+
+#include "name.h"
+
+/* Read service data supplementary drop-in directories */
+
+int name_load_dropin(Name *n);
+
+#endif