openalbridge/errlib.h
changeset 2444 ace11b7d8eab
parent 2443 fececcbc2189
child 2529 51e5df1c8462
--- 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*/