Code

moving trunk for module inkscape
[inkscape.git] / src / trace / potrace / trace.h
1 /* Copyright (C) 2001-2005 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 /* $Id$ */
7 #ifndef TRACE_H
8 #define TRACE_H
10 #include "potracelib.h"
11 #include "progress.h"
13 int process_path(path_t *plist, const potrace_param_t *param, progress_t *progress);
15 #endif /* TRACE_H */