#ifndef SECRET_H
#define SECRET_H

#define SECRET_MAX 64

int secret_read(const char* file, char *buf);

#endif /* SECRET_H */


syntax highlighted by Code2HTML, v. 0.9.1