blob: 48a119ec15295705177e7b4a17feac5eb0eb56e7 (
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_clean_tls_and_spawn (char const *const *, char const *const *, int *, uint32_t) ;
#endif
|