X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=fasta.h;h=8b9e3d664b16320ce89e0a92682d250b1e47e70a;hp=29ea288e26d27fdd819c6d7f306cadc676d31387;hb=d1c97b8c04bb75faca1e76ffad60b37a4d789d3d;hpb=51d85e945d26324e50d6406829ce006ccc9eb1c0 diff --git a/fasta.h b/fasta.h index 29ea288..8b9e3d6 100644 --- a/fasta.h +++ b/fasta.h @@ -47,6 +47,10 @@ #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_ */