summaryrefslogtreecommitdiffstats
path: root/include/tls.h
blob: bc088ef9997085010010d5f124e5c6d282067fa7 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef GMNISRV_TLS
#define GMNISRV_TLS

struct gmnisrv_config;

int gmnisrv_tls_init(struct gmnisrv_config *conf);

#endif