summaryrefslogtreecommitdiff
path: root/src/stls/stls-internal.h
blob: 85fc82507213ce1a3d555c85a366bb940aa72ef5 (plain)
1
2
3
4
5
6
7
8
9
10
/* ISC license. */

#ifndef STLS_INTERNAL_H
#define STLS_INTERNAL_H

#include <sys/types.h>

extern pid_t stls_clean_tls_and_spawn (char const *const *, char const *const *, int *, uint32_t) ;

#endif