diff hmm/hmm.h @ 245:cdfd0948a852

* First cut at properly integrating the segmenter and making it work right
author Chris Cannam <c.cannam@qmul.ac.uk>
date Wed, 09 Jan 2008 16:50:04 +0000
parents f599563a4663
children 67899fda84f5
line wrap: on
line diff
--- a/hmm/hmm.h	Wed Jan 09 10:48:08 2008 +0000
+++ b/hmm/hmm.h	Wed Jan 09 16:50:04 2008 +0000
@@ -1,6 +1,10 @@
 #ifndef _HMM_H
 #define _HMM_H
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 /*
  *  hmm.h
  *  soundbite
@@ -35,5 +39,9 @@
 double loggauss(double* x, int L, double* mu, double** icov, double detcov, double* y, double* z);
 void hmm_print(model_t* model);
 
+#ifdef __cplusplus
+}
 #endif
 
+#endif
+