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

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

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

Revision 58 Revision 147
20#ifndef PSICONV_PSICONV_H 20#ifndef PSICONV_PSICONV_H
21#define PSICONV_PSICONV_H 21#define PSICONV_PSICONV_H
22 22
23#include "psiconv/data.h" 23#include "psiconv/data.h"
24 24
25#ifndef PSICONV_ENC_H
26#include "encoding.h"
27#endif
28
25typedef int output_function(const char *filename, const psiconv_file, 29typedef int output_function(const char *filename, const psiconv_file,
26 const char *type); 30 const char *type,
31 const psiconv_encoding encoding_type);
27 32
28typedef struct psiconv_fileformat_s { 33typedef struct psiconv_fileformat_s {
29 const char *name; 34 const char *name;
30 const char *description; 35 const char *description;
31 output_function *output; 36 output_function *output;

Legend:
Removed from v.58  
changed lines
  Added in v.147

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