blob: eeca3046eb7ab1a7c3095b5f540c0d47a872f8c2 (
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 'COPYING'.)
*/
#if !defined(_OSSL_TS_H_)
#define _OSSL_TS_H_
void Init_ossl_ts(void);
#endif
|