pcb 4.1.1
An interactive printed circuit board layout editor.

trace.h

Go to the documentation of this file.
00001 
00018 /* trace.h 147 2007-04-09 00:44:09Z selinger */
00019 
00020 #ifndef TRACE_H
00021 #define TRACE_H
00022 
00023 #include "potracelib.h"
00024 
00025 double process_path (path_t * plist, const potrace_param_t * param,
00026                      const potrace_bitmap_t * bm, FILE * f, double scale,
00027                      const char *var_cutdepth, const char *var_safeZ,
00028                      const char *var_plunge, const char *var_feedrate);
00029 
00030 #endif /* TRACE_H */