1 2 3 4 5 6 7 8
/* ISC license. */ #ifndef STLS_INTERNAL_H #define STLS_INTERNAL_H extern void stls_drop (void) ; #endif