summaryrefslogtreecommitdiff
path: root/open-vm-tools/lib/include/hostType.h
diff options
context:
space:
mode:
Diffstat (limited to 'open-vm-tools/lib/include/hostType.h')
-rw-r--r--open-vm-tools/lib/include/hostType.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/open-vm-tools/lib/include/hostType.h b/open-vm-tools/lib/include/hostType.h
index edde916c..9c2a2631 100644
--- a/open-vm-tools/lib/include/hostType.h
+++ b/open-vm-tools/lib/include/hostType.h
@@ -1,5 +1,5 @@
/*********************************************************
- * Copyright (C) 1998-2006 VMware, Inc. All rights reserved.
+ * Copyright (C) 1998-2015 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
@@ -33,9 +33,9 @@
#include "vm_basic_types.h"
-extern Bool HostType_OSIsVMK(void);
-extern Bool HostType_OSIsPureVMK(void);
-extern Bool HostType_OSIsVMK64(void);
-extern Bool HostType_OSIsSimulator(void);
+Bool HostType_OSIsVMK(void);
+Bool HostType_OSIsPureVMK(void);
+Bool HostType_OSIsVMK64(void);
+Bool HostType_OSIsSimulator(void);
#endif /* ifndef _HOSTTYPE_H_ */