dont wrap other header files with extern "C"

This commit is contained in:
Jeff Hill
2000-03-21 18:47:31 +00:00
parent d71cc2b7b3
commit 0b71825578
+5 -2
View File
@@ -22,8 +22,7 @@
* traditional C
*/
#ifdef __cplusplus
extern "C" {
#define CAC_ANSI_FUNC_PROTO
# define CAC_ANSI_FUNC_PROTO
#endif
#ifdef __STDC__
@@ -45,6 +44,10 @@ extern "C" {
#include "db_access.h"
#include "caeventmask.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef void *chid;
typedef chid chanId; /* for when the structures field name is "chid" */
typedef long chtype;