1 /* Copyright (C) 2001-2007 Peter Selinger.
2 This file is part of Potrace. It is free software and it is covered
3 by the GNU General Public License. See the file COPYING for details. */
5 /* decompose.h 147 2007-04-09 00:44:09Z selinger */
10 #include "potracelib.h"
11 //#include "progress.h"
13 int bm_to_pathlist (const potrace_bitmap_t
* bm
, path_t
** plistp
,
14 const potrace_param_t
* param
);
16 #endif /* DECOMPOSE_H */