1 2 3 4 5 6
#ifndef CRYPTO_H #define CRYPTO_H int crypto_verify_integrity(const char *sig, const char *file); #endif