blob: 25fb0e1d6459cef26c1acd6f76db3fda7623fda9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/*
*
* Copyright (C) 2010 Martin Bosslet <[email protected]>
* All rights reserved.
*/
/*
* This program is licenced under the same licence as Ruby.
* (See the file 'LICENCE'.)
*/
#if !defined(_OSSL_TS_H_)
#define _OSSL_TS_H_
void Init_ossl_ts(void);
#endif
|