]> git.donarmstrong.com Git - mothur.git/blobdiff - fasta.h
changed random forest output filename
[mothur.git] / fasta.h
diff --git a/fasta.h b/fasta.h
index 29ea288e26d27fdd819c6d7f306cadc676d31387..8b9e3d664b16320ce89e0a92682d250b1e47e70a 100644 (file)
--- a/fasta.h
+++ b/fasta.h
 #ifndef _INC_NJ_FASTA_H_
 #define _INC_NJ_FASTA_H_ 1
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 #include "clearcut.h"
 
 #define NJ_INITIAL_BUFFER_SIZE   512
@@ -82,6 +86,10 @@ NJ_free_alignment(NJ_alignment *alignment);
 int
 NJ_taxaname_unique(NJ_alignment *alignment);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* _INC_NJ_FASTA_H_ */