summaryrefslogtreecommitdiff
path: root/src/libs6/ftrigw_notify.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs6/ftrigw_notify.c')
-rw-r--r--src/libs6/ftrigw_notify.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/libs6/ftrigw_notify.c b/src/libs6/ftrigw_notify.c
new file mode 100644
index 0000000..230dad6
--- /dev/null
+++ b/src/libs6/ftrigw_notify.c
@@ -0,0 +1,8 @@
+/* ISC license. */
+
+#include <s6/ftrigw.h>
+
+int ftrigw_notify (char const *path, char c)
+{
+ return ftrigw_notifyb(path, &c, 1) ;
+}