/* Copyright (C) 2000-2004 Peter Selinger. This file is part of ccrypt. It is free software and it is covered by the GNU general public license. See the file COPYING for details. */ /* readkey.h */ /* $Id: readkey.h,v 1.4 2003/08/25 18:06:20 selinger Exp $ */ #ifndef __READKEY_H #define __READKEY_H char *readkey(char *prompt, char *promptcont, char *myname); #endif /* __READKEY_H */