#ifndef __READ_FILE_H_ #define __READ_FILE_H_ struct key_data { char *key; int key_length; }; struct key_data* read_key(); #endif