00001 /* Copyright (C) 2001-2007 Peter Selinger. 00002 This file is part of Potrace. It is free software and it is covered 00003 by the GNU General Public License. See the file COPYING for details. */ 00004 00005 /* $Id: flate.h 147 2007-04-09 00:44:09Z selinger $ */ 00006 00007 #ifndef FLATE_H 00008 #define FLATE_H 00009 00010 int dummy_xship(FILE *f, int filter, char *s, int len); 00011 int flate_xship(FILE *f, int filter, char *s, int len); 00012 int pdf_xship(FILE *f, int filter, char *s, int len); 00013 int lzw_xship(FILE *f, int filter, char *s, int len); 00014 int a85_xship(FILE *f, int filter, char *s, int len); 00015 00016 #endif /* FLATE_H */