From 14925a4bcdcae3e756c16883c407b09a2ee480e5 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Mon, 29 Sep 1997 10:58:53 +0000 Subject: [PATCH] Oops, __END_DECLS was in wrong place --- contrib/opie/opie.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/opie/opie.h b/contrib/opie/opie.h index 67e85fc7883..404487e3854 100644 --- a/contrib/opie/opie.h +++ b/contrib/opie/opie.h @@ -117,6 +117,6 @@ FILE *__opieopen __P((char *, int, int)); #endif /* EOF */ int __opiereadrec __P((struct opie *)); int __opiewriterec __P((struct opie *)); -#endif /* _OPIE */ __END_DECLS +#endif /* _OPIE */ #endif /* _OPIE_H */