]> git.donarmstrong.com Git - mothur.git/blobdiff - prng.h
added modify names parameter to set.dir
[mothur.git] / prng.h
diff --git a/prng.h b/prng.h
index 64f8ef3f54a6c6b5a157a7d41aa183d5e4dedf89..9eb15102f1c71b2497659d085e3a12f4445412c8 100644 (file)
--- a/prng.h
+++ b/prng.h
 #ifndef _INC_PRNG_H_
 #define _INC_PRNG_H_ 1
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 #define NJ_RAND_MAX 0x7fffffffUL
 
 
@@ -83,6 +87,10 @@ genrand_res53(void);
 long int
 NJ_genrand_int31_top(long int top);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* _INC_PRNG_H_ */