Prototype of readpass() is unnecessary.
This commit is contained in:
parent
e0431ba116
commit
7db04aedc8
@ -18,9 +18,10 @@
|
|||||||
* OMEN US HORN OMIT BACK AHOY
|
* OMEN US HORN OMIT BACK AHOY
|
||||||
* >
|
* >
|
||||||
*
|
*
|
||||||
* $Id: skey.c,v 1.2 1994/12/28 23:17:52 cgd Exp $
|
* $Id: skey.c,v 1.3 1995/06/05 19:55:40 pk Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <sys/cdefs.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
@ -29,9 +30,9 @@
|
|||||||
#include "md4.h"
|
#include "md4.h"
|
||||||
#include "skey.h"
|
#include "skey.h"
|
||||||
|
|
||||||
char *readpass();
|
void usage __P((char *));
|
||||||
void usage();
|
|
||||||
|
|
||||||
|
int
|
||||||
main(argc, argv)
|
main(argc, argv)
|
||||||
int argc;
|
int argc;
|
||||||
char *argv[];
|
char *argv[];
|
||||||
|
Loading…
Reference in New Issue
Block a user