Introduce POLYGONHOLE_MODE for creating holes in polygons
[geda-pcb/gde.git] / src / djopt.h
blob03de80a0fcd293a0fdd9b8fcc59bb3f3560368dd
1 /* $Id$ */
3 /*
4 * COPYRIGHT
6 * PCB, interactive printed circuit board design
7 * Copyright (C) 2003 DJ Delorie
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version.
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
23 * Contact addresses for paper mail and Email:
24 * DJ Delorie, 334 North Road, Deerfield NH 03037-1110, USA
25 * dj@delorie.com
29 #ifndef __DJOPT_INCLUDED__
30 #define __DJOPT_INCLUDED__
32 #include "global.h"
34 int ActionDJopt (int, char **, int, int);
35 int djopt_set_auto_only (int, char **, int, int);
36 #endif