pcb 4.1.1
An interactive printed circuit board layout editor.
|
00001 00033 #ifndef PCB_DJOPT_H 00034 #define PCB_DJOPT_H 00035 00036 #include "global.h" 00037 00038 int ActionDJopt (int, char **, Coord, Coord); 00039 int djopt_set_auto_only (int, char **, Coord, Coord); 00040 #endif