add c++ externs

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9379 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2000-12-12 16:28:27 +00:00
parent 84596180b3
commit 1e8520342e

View File

@@ -241,6 +241,8 @@
#define SHUT_RDWR 2
#endif
ROKEN_CPP_START
#if IRIX != 4 /* fix for compiler bug */
#ifdef RETSIGTYPE
typedef RETSIGTYPE (*SigAction)(int);
@@ -313,6 +315,8 @@ int
read_environment(const char *file, char ***env);
void warnerr(int doerrno, const char *fmt, va_list ap)
__attribute__ ((format (printf, 2, 0)));
__attribute__ ((format (printf, 2, 0)));
ROKEN_CPP_END
#endif /* __ROKEN_COMMON_H__ */