[BACK]Return to readpassphrase.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/readpassphrase.h between version 1.1 and 1.2

version 1.1, 2000/11/21 00:48:38 version 1.2, 2002/02/16 21:27:17
Line 40 
Line 40 
 #include <sys/cdefs.h>  #include <sys/cdefs.h>
   
 __BEGIN_DECLS  __BEGIN_DECLS
 char * readpassphrase __P((const char *, char *, size_t, int));  char * readpassphrase(const char *, char *, size_t, int);
 __END_DECLS  __END_DECLS
   
 #endif /* !_READPASSPHRASE_H_ */  #endif /* !_READPASSPHRASE_H_ */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2