mirror of
https://github.com/SDL-Hercules-390/hyperion.git
synced 2026-07-29 20:09:01 +02:00
7 lines
122 B
C
7 lines
122 B
C
#ifndef _CRYPTO_VERSION_H_
|
|
#define _CRYPTO_VERSION_H_
|
|
|
|
extern const char* crypto_version();
|
|
|
|
#endif // _CRYPTO_VERSION_H_
|