aboutsummaryrefslogtreecommitdiff
path: root/include/readpassphrase.h
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>2002-03-08 20:52:52 +0000
committerBrian Feldman <green@FreeBSD.org>2002-03-08 20:52:52 +0000
commitaeff2223dcaad0d9f66983ac77a15c555ad734cb (patch)
tree362174c03408e24a24011ab943e290030f4d00ef /include/readpassphrase.h
parent53b94d2cce74c9a1df288c5c06cddfb9cc720053 (diff)
downloadsrc-aeff2223dcaad0d9f66983ac77a15c555ad734cb.tar.gz
src-aeff2223dcaad0d9f66983ac77a15c555ad734cb.zip
Synch with OpenBSD (style).
Notes
Notes: svn path=/head/; revision=91911
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 ba656e39e2be..031f51796c91 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: /usr/local/www/cvsroot/OpenBSD/src/include/readpassphrase.h,v 1.2 2002/02/16 21:27:17 millert Exp $ */
/* $FreeBSD$ */
/*
@@ -41,7 +41,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_ */