/[public]/psiconv/trunk/program/psiconv/psiconv.c
ViewVC logotype

Diff of /psiconv/trunk/program/psiconv/psiconv.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 187 Revision 190
130 FILE * f; 130 FILE * f;
131 struct stat fbuf; 131 struct stat fbuf;
132 132
133 const char *inputfilename = ""; 133 const char *inputfilename = "";
134 const char *outputfilename = ""; 134 const char *outputfilename = "";
135 char *type = strdup("HTML3"); 135 char *type = strdup("HTML4");
136 encoding encoding_type=ENCODING_UTF8; 136 encoding encoding_type=ENCODING_UTF8;
137 psiconv_list outputlist; 137 psiconv_list outputlist;
138 138
139 int c,i,res; 139 int c,i,res;
140 psiconv_buffer buf; 140 psiconv_buffer buf;
149 exit(1); 149 exit(1);
150 } 150 }
151 151
152 init_txt(); 152 init_txt();
153 init_image(); 153 init_image();
154 init_html();
154#if 0 155#if 0
155 init_html();
156 init_html4(); 156 init_html4();
157 init_latex(); 157 init_latex();
158 init_rtf(); 158 init_rtf();
159#endif 159#endif
160 160

Legend:
Removed from v.187  
changed lines
  Added in v.190

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26