]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_extern.h
make naming a bit saner...
[lyx.git] / src / mathed / math_extern.h
index 9e2f23c8b532fba0f936d99793c76babf998471f..94406652d05f18ddcd407ad6e05e4206e301ef3f 100644 (file)
@@ -1,14 +1,12 @@
 #ifndef MATH_EXTERN_H
 #define MATH_EXTERN_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "LString.h"
 
 class NormalStream;
 class MapleStream;
+class MaximaStream;
 class MathematicaStream;
 class MathMLStream;
 class OctaveStream;
@@ -17,10 +15,11 @@ class MathArray;
 
 void write(MathArray const &, WriteStream &);
 void normalize(MathArray const &, NormalStream &);
-void maplize(MathArray const &, MapleStream &);
-void mathematicize(MathArray const &, MathematicaStream &);
+void maple(MathArray const &, MapleStream &);
+void maxima(MathArray const &, MaximaStream &);
+void mathematica(MathArray const &, MathematicaStream &);
 void mathmlize(MathArray const &, MathMLStream &);
-void octavize(MathArray const &, OctaveStream &);
+void octave(MathArray const &, OctaveStream &);
 
 bool extractNumber(MathArray const & ar, int & i);
 bool extractNumber(MathArray const & ar, double & i);