Subversion Repositories wimsdev

Rev

Rev 13310 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13310 Rev 14226
Line 53... Line 53...
53
  extern char * wims_mathml_copy_escaped (const char * str);
53
  extern char * wims_mathml_copy_escaped (const char * str);
54
 
54
 
55
  extern char * wims_mathml_empty_string;
55
  extern char * wims_mathml_empty_string;
56
 
56
 
57
  extern int    wims_mathml_lineno;
57
  extern int    wims_mathml_lineno;
-
 
58
  extern int    wims_mathml_shortcut;
58
 
59
 
59
  extern int    wims_mathml_rowposn;
60
  extern int    wims_mathml_rowposn;
60
  extern int    wims_mathml_displaymode;
61
  extern int    wims_mathml_displaymode;
61
 
62
 
62
  extern char * wims_mathml_remove_char(char * str , char * c);
63
  extern char * wims_mathml_remove_char(char * str , char * c);