changeset 1085:f4626ee57dad

Add missing C++ guard.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 02 Mar 2015 20:00:08 +0200
parents 67f5c9d60c72
children 7681f7063500
files src/dmbstr.h
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/dmbstr.h	Mon Mar 02 19:16:13 2015 +0200
+++ b/src/dmbstr.h	Mon Mar 02 20:00:08 2015 +0200
@@ -9,6 +9,12 @@
 
 #include "dmlib.h"
 
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+
 typedef struct _DMBitStreamContext
 {
   void *fp;