Files
2017-01-13 11:00:26 -08:00

7 lines
122 B
C

#ifndef _CRYPTO_VERSION_H_
#define _CRYPTO_VERSION_H_
extern const char* crypto_version();
#endif // _CRYPTO_VERSION_H_