#ifndef SECRET_H #define SECRET_H #define SECRET_MAX 64 int secret_read(const char* file, char *buf); #endif /* SECRET_H */