/[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 52 Revision 53
20#ifndef PSICONV_PSICONV_H 20#ifndef PSICONV_PSICONV_H
21#define PSICONV_PSICONV_H 21#define PSICONV_PSICONV_H
22 22
23#include "data.h" 23#include "data.h"
24 24
25typedef int output_function(FILE *, const psiconv_file,const char *); 25typedef int output_function(const char *filename, const psiconv_file,
26 const char *type);
26 27
27typedef struct psiconv_fileformat { 28typedef struct psiconv_fileformat {
28 const char *name; 29 const char *name;
29 const char *description; 30 const char *description;
30 output_function *output; 31 output_function *output;

Legend:
Removed from v.52  
changed lines
  Added in v.53

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