1 /* Copyright (C) 2000-2018 Peter Selinger.
2    This file is part of ccrypt. It is free software and it is covered
3    by the GNU general public license. See the file COPYING for details. */
4 
5 /* readkey.h */
6 
7 #ifndef __READKEY_H
8 #define __READKEY_H
9 
10 char *readkey(const char *prompt, const char *promptcont, const char *myname, int echo);
11 
12 #endif /* __READKEY_H */
13