diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-09-29 10:58:53 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-09-29 10:58:53 +0000 |
| commit | 14925a4bcdcae3e756c16883c407b09a2ee480e5 (patch) | |
| tree | 8d7edcdfba9b5c193aec10b71bff03d2919d7070 | |
| parent | bcd05664cea490e797a3b0edee06693c2aa4973b (diff) | |
Notes
| -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 67e85fc7883e..404487e38545 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 */ |
