1
0
mirror of https://git.sr.ht/~sircmpwn/gmnisrv synced 2024-09-29 06:25:55 -04:00
gmnisrv/include/tls.h

9 lines
124 B
C
Raw Normal View History

#ifndef GMNISRV_TLS
#define GMNISRV_TLS
struct gmnisrv_config;
int gmnisrv_tls_init(struct gmnisrv_config *conf);
#endif