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

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

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

Revision 53 Revision 58
19 */ 19 */
20 20
21#include "config.h" 21#include "config.h"
22#include <stdio.h> 22#include <stdio.h>
23#include <string.h> 23#include <string.h>
24#include "data.h" 24#include "psiconv/data.h"
25#include "list.h" 25#include "psiconv/list.h"
26#include "gen.h" 26#include "gen.h"
27#include "psiconv.h" 27#include "psiconv.h"
28 28
29 29
30/* 30/*
161 return -1; 161 return -1;
162 } 162 }
163 return fclose(of); 163 return fclose(of);
164} 164}
165 165
166static struct psiconv_fileformat ff = 166static struct psiconv_fileformat_s ff =
167 { 167 {
168 "ASCII", 168 "ASCII",
169 "Plain text without much layout", 169 "Plain text without much layout",
170 psiconv_gen_txt 170 psiconv_gen_txt
171 }; 171 };

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

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