summaryrefslogtreecommitdiff
path: root/src/include/s6/ftrigw.h
blob: 5be9d138195f949bd2b2e5c49a9d87501f76fad7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* ISC license. */

#ifndef FTRIGW_H
#define FTRIGW_H

#include <skalibs/bytestr.h>

extern int ftrigw_fifodir_make (char const *, int, int) ;
extern int ftrigw_notify (char const *, char) ;
extern int ftrigw_notifyb (char const *, char const *, unsigned int) ;
#define ftrigw_notifys(f, s) ftrigw_notifyb(f, (s), str_len(s))
extern int ftrigw_clean (char const *) ;

#endif