forked from aniani/gmnisrv
9 lines
124 B
C
9 lines
124 B
C
|
#ifndef GMNISRV_TLS
|
||
|
#define GMNISRV_TLS
|
||
|
|
||
|
struct gmnisrv_config;
|
||
|
|
||
|
int gmnisrv_tls_init(struct gmnisrv_config *conf);
|
||
|
|
||
|
#endif
|