Rev 5520 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5520 | Rev 13573 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | %module wims_mathml |
1 | %module wims_mathml |
2 | %{ |
2 | %{ |
3 | #include "wims_mathml.h" |
3 | #include "wims_mathml.h" |
4 | extern const char * wims_mathml_output (); |
4 | extern const char * wims_mathml_output (); |
5 | %} |
5 | %} |
6 | extern int wims_mathml_filter (const char * buffer, unsigned long length); |
6 | extern int wims_mathml_filter (const char * buffer, unsigned long length); |