summaryrefslogtreecommitdiff
path: root/src/server/livedir.h
blob: 1d6d106a1746a760f9b816b0a65e8532f6cdc8fd (plain)
1
2
3
4
5
6
7
8
9
10
11
/* ISC license. */

#ifndef S6RCD_LIVEDIR_H
#define S6RCD_LIVEDIR_H

 /* Live directory */

extern int s6rcd_livedir_init (char const *, char const *, char const *, char const *, int *)
extern int s6rcd_livesubdir_create (char *, char const *, char const *) ;

#endif