summaryrefslogtreecommitdiff
path: root/src/libs6/ftrigw_notify.c
blob: 230dad670ca745cd7a83f58b868902b6a96b6132 (plain)
1
2
3
4
5
6
7
8
/* ISC license. */

#include <s6/ftrigw.h>

int ftrigw_notify (char const *path, char c)
{
  return ftrigw_notifyb(path, &c, 1) ;
}