~ubuntu-branches/ubuntu/natty/ccrypt/natty

« back to all changes in this revision

Viewing changes to src/readkey.h

  • Committer: Bazaar Package Importer
  • Author(s): Jean-Francois Dive
  • Date: 2003-09-07 21:46:53 UTC
  • Revision ID: james.westby@ubuntu.com-20030907214653-ht1thvjqegmejyq0
Tags: 1.6-1
* New upstream version.
* Removed the cccat renaming and conflict with cfs (closes: #180915).
* debian/rules clean remove configure generated files.
* Fix gcc 3.3 cleanups (multi-line and reserved word warnings) (closes: 194875).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Copyright (C) 2000-2003 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
/* $Id: readkey.h,v 1.4 2003/08/25 18:06:20 selinger Exp $ */
 
7
 
 
8
#ifndef __READKEY_H
 
9
#define __READKEY_H
 
10
 
 
11
char *readkey(char *prompt, char *promptcont, char *myname);
 
12
 
 
13
#endif /* __READKEY_H */