blob: d5c59e7fdc96bb2cbb824fef1cb321a321cbf42b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* ISC license. */
#ifndef STLS_INTERNAL_H
#define STLS_INTERNAL_H
#include <sys/types.h>
#include <stdint.h>
extern pid_t stls_prep_spawn_drop (char const *const *, char const *const *, int *, uid_t, gid_t, uint32_t) ;
#endif
|