From ce8ee8d9b401c9c2828df3457815c2f4ceed4900 Mon Sep 17 00:00:00 2001 From: David McCullough Date: Wed, 11 Jul 2001 13:47:45 +0000 Subject: Added __BEGIN_DECLS and __END_DECLS to the files that didn't have it and that I could see needed it. Should be pretty low impact as these are only defined when using C++. --- include/pty.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/pty.h') diff --git a/include/pty.h b/include/pty.h index d8550840e..7c64359d2 100644 --- a/include/pty.h +++ b/include/pty.h @@ -25,6 +25,7 @@ #include #include +__BEGIN_DECLS /* Create pseudo tty master slave pair with NAME and set terminal attributes according to TERMP and WINP and return handles for both @@ -37,4 +38,6 @@ extern int openpty (int *__amaster, int *__aslave, char *__name, extern int forkpty (int *__amaster, char *__name, struct termios *__termp, struct winsize *__winp); +__END_DECLS + #endif /* pty.h */ -- cgit v1.2.3