summaryrefslogtreecommitdiff
path: root/include/readpassphrase.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/readpassphrase.h')
-rw-r--r--include/readpassphrase.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/readpassphrase.h b/include/readpassphrase.h
index f32c464f75b..8d0b47b97fa 100644
--- a/include/readpassphrase.h
+++ b/include/readpassphrase.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: readpassphrase.h,v 1.1 2000/11/21 00:48:38 millert Exp $ */
+/* $OpenBSD: readpassphrase.h,v 1.2 2002/02/16 21:27:17 millert Exp $ */
/*
* Copyright (c) 2000 Todd C. Miller <Todd.Miller@courtesan.com>
@@ -40,7 +40,7 @@
#include <sys/cdefs.h>
__BEGIN_DECLS
-char * readpassphrase __P((const char *, char *, size_t, int));
+char * readpassphrase(const char *, char *, size_t, int);
__END_DECLS
#endif /* !_READPASSPHRASE_H_ */