]> git.donarmstrong.com Git - mothur.git/blobdiff - dmat.h
changed random forest output filename
[mothur.git] / dmat.h
diff --git a/dmat.h b/dmat.h
index 1c2be5501f8951f3d61ca38a3319a343204d26d1..04305abfdc5495e30c635ec575320354123ac525 100644 (file)
--- a/dmat.h
+++ b/dmat.h
 #ifndef _INC_DMAT_H_
 #define _INC_DMAT_H_ 1
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 #include "clearcut.h"
 
 
@@ -86,6 +90,9 @@ void
 NJ_output_matrix(NJ_ARGS *nj_args,
                 DMAT *dmat);
 
+#ifdef __cplusplus
+}
+#endif
 
 #endif /* _INC_DMAT_H_ */