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: decompose.h 147 2007-04-09 00:44:09Z selinger $ */ 00006 00007 #ifndef DECOMPOSE_H 00008 #define DECOMPOSE_H 00009 00010 #include "potracelib.h" 00011 #include "progress.h" 00012 00013 int bm_to_pathlist(const potrace_bitmap_t *bm, path_t **plistp, const potrace_param_t *param, progress_t *progress); 00014 00015 #endif /* DECOMPOSE_H */ 00016