summaryrefslogtreecommitdiffstats
path: root/openbsd-compat/port-linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/port-linux.h')
-rw-r--r--openbsd-compat/port-linux.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/openbsd-compat/port-linux.h b/openbsd-compat/port-linux.h
index 3c22a854..14064f87 100644
--- a/openbsd-compat/port-linux.h
+++ b/openbsd-compat/port-linux.h
@@ -30,4 +30,9 @@ void oom_adjust_restore(void);
void oom_adjust_setup(void);
#endif
+#ifdef SYSTEMD_NOTIFY
+void ssh_systemd_notify_ready(void);
+void ssh_systemd_notify_reload(void);
+#endif
+
#endif /* ! _PORT_LINUX_H */