--- a/openalbridge/errlib.h Wed Oct 14 22:12:02 2009 +0000
+++ b/openalbridge/errlib.h Wed Oct 14 22:21:25 2009 +0000
@@ -12,22 +12,14 @@
#define _ERRLIB_H
#include "common.h"
-
-#ifdef __CPLUSPLUS
-extern "C" {
-#endif
- extern int daemon_proc;
+extern int daemon_proc;
- void err_msg (const char *fmt, ...);
- void err_quit (const char *fmt, ...);
- void err_ret (const char *fmt, ...);
- void err_sys (const char *fmt, ...);
- void err_dump (const char *fmt, ...);
-
-#ifdef __CPLUSPLUS
-}
-#endif
+void err_msg (const char *fmt, ...);
+void err_quit (const char *fmt, ...);
+void err_ret (const char *fmt, ...);
+void err_sys (const char *fmt, ...);
+void err_dump (const char *fmt, ...);
#endif /*_ERRLIB_H*/