From ae1158ed72ad7d0f974cd286c0469efd8f5afcbf Mon Sep 17 00:00:00 2001 From: green Date: Fri, 8 Mar 2002 20:52:52 +0000 Subject: Synch with OpenBSD (style). --- include/readpassphrase.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/readpassphrase.h') diff --git a/include/readpassphrase.h b/include/readpassphrase.h index ba656e3..031f517 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 __BEGIN_DECLS -char * readpassphrase __P((const char *, char *, size_t, int)); +char * readpassphrase(const char *, char *, size_t, int); __END_DECLS #endif /* !_READPASSPHRASE_H_ */ -- cgit v1.1