#define INCLUDE_ALLOW_USERLEVEL
#include "includeCheck.h"
-#if defined(__cplusplus)
-extern "C" {
-#endif
-
#ifdef __APPLE__
#include <TargetConditionals.h>
#endif
+#if defined(__cplusplus)
+extern "C" {
+#endif
+
/*
* Error codes
*/
#ifndef _AUTH_H_
#define _AUTH_H_
-#if defined(__cplusplus)
-extern "C" {
-#endif
-
/*
* auth.h --
*
typedef const struct passwd * AuthToken;
#endif
+#if defined(__cplusplus)
+extern "C" {
+#endif
+
#if _WIN32
BOOL Auth_StoreAccountInformation(const char *username, const char *password);
#ifndef _BACKDOOR_H_
#define _BACKDOOR_H_
-#if defined(__cplusplus)
-extern "C" {
-#endif
-
#include "vm_basic_types.h"
#include "vm_assert.h"
#include "backdoor_types.h"
+#if defined(__cplusplus)
+extern "C" {
+#endif
+
void
Backdoor(Backdoor_proto *bp); // IN/OUT
#define INCLUDE_ALLOW_VMKERNEL
#include "includeCheck.h"
+#include "vmware.h"
+
#if defined(__cplusplus)
extern "C" {
#endif
-#include "vmware.h"
-
typedef struct ListItem {
struct ListItem *prev;
struct ListItem *next;
#ifndef __CODESET_H__
# define __CODESET_H__
-#if defined(__cplusplus)
-extern "C" {
-#endif
-
#include "vm_basic_types.h"
#include "vm_assert.h"
#include "dynbuf.h"
+#if defined(__cplusplus)
+extern "C" {
+#endif
+
/*
* These platforms use UTF-8 (or pretend to):
* FreeBSD: really UTF-8
#define INCLUDE_ALLOW_VMCORE
#include "includeCheck.h"
+#include "vm_basic_types.h"
+#include "preference.h"
+
#if defined(__cplusplus)
extern "C" {
#endif
-#include "vm_basic_types.h"
-#include "preference.h"
-
/*
* Well-known configuration variable names
*/
#define INCLUDE_ALLOW_VMCORE
#include "includeCheck.h"
-#if defined(__cplusplus)
-extern "C" {
-#endif
-
#include "vmware.h"
typedef int CryptoError;
+#if defined(__cplusplus)
+extern "C" {
+#endif
+
/*
* This set of errors should not be expanded beyond a maximum value of 15
* without also updating the code for AIOMgr errors, which allots only 4 bits