blob: 5dcbc47b3bace405a0fc144840864b911565fc63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* 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
|