(no commit message)
[geda-pcb/pcjc2.git] / src / autoplace.h
blob75e4c8f4c3990ee5e84fc16f23f5a9e4329d29c4
1 /*
2 * COPYRIGHT
4 * PCB, interactive printed circuit board design
5 * Copyright (C) 1994,1995,1996 Thomas Nau
6 * Copyright (C) 1998,1999,2000,2001 harry eaton
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
22 * Contact addresses for paper mail and Email:
23 * harry eaton, 6697 Buttonhole Ct, Columbia, MD 21044 USA
24 * haceaton@aplcomm.jhuapl.edu
28 /* this file, autoplace.h, was written and is
29 * Copyright (c) 2001 C. Scott Ananian.
33 /* prototypes for autoplace routines
36 #ifndef PCB_AUTOPLACE_H
37 #define PCB_AUTOPLACE_H
39 #include "global.h"
41 bool AutoPlaceSelected (void);
43 #endif