summaryrefslogtreecommitdiff
path: root/lib/tls.h
blob: d457cfdd4b866960897681b554c5269d1a396dbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Copyright 2010 NORDUnet A/S. All rights reserved.
   See the file COPYING for licensing information.  */

#if defined (__cplusplus)
extern "C" {
#endif

int rs_tls_init (struct rs_connection *conn);

#if defined (__cplusplus)
}
#endif