Subversion Repositories wimsdev

Rev

Rev 5520 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
13573 obado 1
%module wims_mathml
5520 bpr 2
%{
3
#include "wims_mathml.h"
4
extern const char * wims_mathml_output ();
5
%}
6
extern int    wims_mathml_filter (const char * buffer, unsigned long length);
7
extern int    wims_mathml_html_filter (const char * buffer, unsigned long length);
8
extern const char * wims_mathml_output ();