summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/guestfs.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/guestfs.h b/src/guestfs.h
index 823fefe8..b5ed0f78 100644
--- a/src/guestfs.h
+++ b/src/guestfs.h
@@ -26,6 +26,10 @@
#include <rpc/xdr.h>
+#ifdef __cplusplus
+extern "C" {
+#endif
+
typedef struct guestfs_h guestfs_h;
typedef struct guestfs_main_loop guestfs_main_loop;
@@ -120,4 +124,8 @@ extern guestfs_main_loop *guestfs_get_default_main_loop (void);
extern guestfs_main_loop *guestfs_create_main_loop (void);
extern void guestfs_free_main_loop (guestfs_main_loop *);
+#ifdef __cplusplus
+}
+#endif
+
#endif /* GUESTFS_H_ */