X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=dmat.h;h=04305abfdc5495e30c635ec575320354123ac525;hp=1c2be5501f8951f3d61ca38a3319a343204d26d1;hb=b206f634aae1b4ce13978d203247fb64757d5482;hpb=51d85e945d26324e50d6406829ce006ccc9eb1c0 diff --git a/dmat.h b/dmat.h index 1c2be55..04305ab 100644 --- a/dmat.h +++ b/dmat.h @@ -50,6 +50,10 @@ #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_ */