#define INCLUDE_ALLOW_USERLEVEL
#include "includeCheck.h"
+#if defined(__cplusplus)
+extern "C" {
+#endif
+
#ifdef __APPLE__
#include <TargetConditionals.h>
#endif
} \
} while(0)
+#if defined(__cplusplus)
+} // extern "C"
+#endif
+
#endif // __ASYNC_SOCKET_H__
#ifndef _AUTH_H_
#define _AUTH_H_
+#if defined(__cplusplus)
+extern "C" {
+#endif
+
/*
* auth.h --
*
void Auth_CloseToken(AuthToken token);
+#if defined(__cplusplus)
+} // extern "C"
+#endif
+
#endif
#ifndef _BACKDOOR_H_
#define _BACKDOOR_H_
+#if defined(__cplusplus)
+extern "C" {
+#endif
+
#include "vm_basic_types.h"
#include "vm_assert.h"
void
Backdoor_HbIn(Backdoor_proto_hb *bp); // IN/OUT
+#if defined(__cplusplus)
+} // extern "C"
+#endif
+
#endif /* _BACKDOOR_H_ */
#ifndef _BASE64_H
#define _BASE64_H
+#if defined(__cplusplus)
+extern "C" {
+#endif
+
Bool Base64_Encode(uint8 const *src, size_t srcLength,
char *target, size_t targSize,
size_t *dataLength);
Bool Base64_EasyDecode(const char *src, uint8 **target, size_t *targSize);
Bool Base64_DecodeFixed(const char *src, char *outBuf, size_t outBufSize);
+#if defined(__cplusplus)
+} // extern "C"
+#endif
+
#endif
/* **********************************************************
- * Copyright 2008-2014 VMware, Inc. All rights reserved. -- VMware Confidential
+ * Copyright 2008-2016 VMware, Inc. All rights reserved. -- VMware Confidential
* **********************************************************/
/*
#define INCLUDE_ALLOW_USERLEVEL
#include "includeCheck.h"
+#if defined(__cplusplus)
+extern "C" {
+#endif
#ifdef _WIN32 // {
extern const char xdigs_lower[17];
extern const char xdigs_upper[17];
+#if defined(__cplusplus)
+} // extern "C"
+#endif
#endif // ifndef _BSDFMT_H_
#define INCLUDE_ALLOW_MODULE
#define INCLUDE_ALLOW_VMKERNEL
#include "includeCheck.h"
+
+#if defined(__cplusplus)
+extern "C" {
+#endif
+
#include "vmware.h"
typedef struct ListItem {
return ret;
}
+#if defined(__cplusplus)
+} // extern "C"
+#endif
+
#endif /* _CIRCLIST_H_ */
#ifndef __CODESET_H__
# define __CODESET_H__
+#if defined(__cplusplus)
+extern "C" {
+#endif
#include "vm_basic_types.h"
#include "vm_assert.h"
return origOffset * 2;
}
+#if defined(__cplusplus)
+} // extern "C"
+#endif
+
#endif /* __CODESET_H__ */
#define INCLUDE_ALLOW_VMCORE
#include "includeCheck.h"
+#if defined(__cplusplus)
+extern "C" {
+#endif
+
#include "vm_basic_types.h"
#include "preference.h"
-
/*
* Well-known configuration variable names
*/
Bool Config_TriToBool(Bool boolDefaultValue,
int32 triValue);
+#if defined(__cplusplus)
+} // extern "C"
+#endif
+
#endif // _CONFIG_H_
#define INCLUDE_ALLOW_VMCORE
#include "includeCheck.h"
+#if defined(__cplusplus)
+extern "C" {
+#endif
+
#include "vmware.h"
typedef int CryptoError;
return (CRYPTO_ERROR_SUCCESS != error);
}
+#if defined(__cplusplus)
+} // extern "C"
+#endif
+
#endif /* cryptoError.h */