/[public]/psiconv/trunk/program/psiconv/gen.h
ViewVC logotype

Diff of /psiconv/trunk/program/psiconv/gen.h

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

Revision 33 Revision 34
20#ifndef PSICONV_GEN_H 20#ifndef PSICONV_GEN_H
21#define PSICONV_GEN_H 21#define PSICONV_GEN_H
22 22
23#include "data.h" 23#include "data.h"
24 24
25void psiconv_gen_html(FILE *of,psiconv_file wf); 25void init_html(void);
26 26
27void psiconv_gen_html4(FILE *of,psiconv_file wf); 27void init_html4(void);
28 28
29void psiconv_gen_txt(FILE *of,psiconv_file wf); 29void init_txt(void);
30 30
31void psiconv_gen_rtf(FILE *of,psiconv_file wf); 31void init_rtf(void);
32 32
33void psiconv_gen_image(FILE *of,psiconv_file wf); 33void init_image(void);
34
35int psiconv_gen_html(FILE * of, const psiconv_file file, const char *dest);
34 36
35#endif /* PSICONV_GEN_H */ 37#endif /* PSICONV_GEN_H */

Legend:
Removed from v.33  
changed lines
  Added in v.34

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