summaryrefslogtreecommitdiff
path: root/src/include/s6-rc/s6rc-utils.h
blob: 992d865286b36ef0e400f5f719c0154198688f31 (plain)
1
2
3
4
5
6
7
8
9
10
/* ISC license. */

#ifndef S6RC_UTILS_H
#define S6RC_UTILS_H

#include <s6-rc/s6rc-db.h>

extern void s6rc_graph_closure (s6rc_db_t const *, unsigned char *, unsigned int, int) ;

#endif