diff options
author | ache <ache@FreeBSD.org> | 1997-09-29 10:58:53 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-09-29 10:58:53 +0000 |
commit | 74f17da1a6ebe94f44bcb73fe3b29a563d13a8f5 (patch) | |
tree | a7607b99c94d3a27ffeb2ff858639d7938f66822 /contrib/opie/opie.h | |
parent | bbb8532667c44a6d9c512121609169ceb200d010 (diff) | |
download | FreeBSD-src-74f17da1a6ebe94f44bcb73fe3b29a563d13a8f5.zip FreeBSD-src-74f17da1a6ebe94f44bcb73fe3b29a563d13a8f5.tar.gz |
Oops, __END_DECLS was in wrong place
Diffstat (limited to 'contrib/opie/opie.h')
-rw-r--r-- | contrib/opie/opie.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/opie/opie.h b/contrib/opie/opie.h index 67e85fc..404487e 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 */ |