summaryrefslogtreecommitdiffstats
path: root/friendfinder/read_file.h
blob: ded9e2b10d26414ba6abd891adc606dfcbc443ad (plain) (blame)
1
2
3
4
5
6
7
#ifndef __READ_FILE_H_
#define __READ_FILE_H_

char* read_key();

#endif