summaryrefslogtreecommitdiffstats
path: root/systemd/systemd.h
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/systemd.h')
-rw-r--r--systemd/systemd.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/systemd/systemd.h b/systemd/systemd.h
new file mode 100644
index 0000000..25235ec
--- /dev/null
+++ b/systemd/systemd.h
@@ -0,0 +1,6 @@
+#ifndef SYSTEMD_H
+#define SYSTEMD_H
+
+char *systemd_escape(char *path, char *suffix);
+
+#endif /* SYSTEMD_H */