mirror of
https://github.com/SDL-Hercules-390/hyperion.git
synced 2026-08-01 13:30:14 +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_
|