summaryrefslogtreecommitdiffstats
path: root/include/haproxy/systemd.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/haproxy/systemd.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/haproxy/systemd.h b/include/haproxy/systemd.h
new file mode 100644
index 0000000..65b0ab6
--- /dev/null
+++ b/include/haproxy/systemd.h
@@ -0,0 +1,7 @@
+#ifndef _HAPROXY_SYSTEMD_H
+#define _HAPROXY_SYSTEMD_H
+
+int sd_notify(int unset_environment, const char *message);
+int sd_notifyf(int unset_environment, const char *format, ...);
+
+#endif