File indexing completed on 2024-12-22 04:04:09
0001 /* Copyright (C) 2001-2019 Peter Selinger. 0002 This file is part of Potrace. It is free software and it is covered 0003 by the GNU General Public License. See the file COPYING for details. */ 0004 0005 0006 #ifndef BACKEND_PGM_H 0007 #define BACKEND_PGM_H 0008 0009 #include <stdio.h> 0010 0011 #include "potracelib.h" 0012 #include "main.h" 0013 0014 int page_pgm(FILE *fout, potrace_path_t *plist, imginfo_t *imginfo); 0015 0016 #endif /* BACKEND_PGM_H */