diff intercom/sinuston.h @ 3:c6c5a16ce2f2

compilation fixes
author Peter Meerwald <pmeerw@cosy.sbg.ac.at>
date Fri, 25 Jun 2010 09:59:25 +0200
parents 13be24d74cd2
children
line wrap: on
line diff
--- a/intercom/sinuston.h	Fri Jun 25 09:57:52 2010 +0200
+++ b/intercom/sinuston.h	Fri Jun 25 09:59:25 2010 +0200
@@ -22,14 +22,14 @@
  * out-Parameter: returnvalue --> -1 im Fehlerfall, sonst
  *                                Anzahl Elemente in Sinustabelle
  */
-short SINUSTON::frequenz(int f1, int fs, float pegel);
+short frequenz(int f1, int fs, float pegel);
 
 
 
 /* in-Parameter: ein_sprache --> Eingangs Sprach sample
  * out-Parameter: returnvalue --> Sprachsample mit Sinuston
  */
-short SINUSTON::mischen(short ein_sprache);
+short mischen(short ein_sprache);
 };
 
 #endif

Repositories maintained by Peter Meerwald, pmeerw@pmeerw.net.