Index: trunk/Nebulous/nebclient/src/nebclient.h
===================================================================
--- trunk/Nebulous/nebclient/src/nebclient.h	(revision 4656)
+++ trunk/Nebulous/nebclient/src/nebclient.h	(revision 4657)
@@ -4,5 +4,5 @@
  * Copyright (C) 2005  Joshua Hoblitt
  *
- * $Id: nebclient.h,v 1.24 2005-07-28 23:32:57 jhoblitt Exp $
+ * $Id: nebclient.h,v 1.25 2005-07-29 01:49:30 jhoblitt Exp $
  */
 
@@ -11,4 +11,8 @@
 #ifndef NEBCLIENT_H
 #define NEBCLIENT_H 1
+
+#ifdef __cplusplus
+extern "C" {
+#endif
 
 typedef enum { NEB_READ, NEB_WRITE } nebRW;
@@ -73,3 +77,7 @@
 void nebFree(void *ptr);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif // NEBLIENT_H
