1 /*!
2  * \file src/drill.h
3  *
4  * \brief .
5  *
6  * <hr>
7  *
8  * <h1><b>Copyright.</b></h1>\n
9  *
10  * PCB, interactive printed circuit board design
11  *
12  * Copyright (C) 1994,1995,1996 Thomas Nau
13  *
14  * This module, drill.h, was written and is Copyright (C) 1997 harry eaton
15  *
16  * This program is free software; you can redistribute it and/or modify
17  * it under the terms of the GNU General Public License as published by
18  * the Free Software Foundation; either version 2 of the License, or
19  * (at your option) any later version.
20  *
21  * This program is distributed in the hope that it will be useful,
22  * but WITHOUT ANY WARRANTY; without even the implied warranty of
23  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
24  * GNU General Public License for more details.
25  *
26  * You should have received a copy of the GNU General Public License along
27  * with this program; if not, write to the Free Software Foundation, Inc.,
28  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
29  *
30  * Contact addresses for paper mail and Email:
31  * Thomas Nau, Schlehenweg 15, 88471 Baustetten, Germany
32  * Thomas.Nau@rz.uni-ulm.de
33  */
34 
35 DrillInfoType * GetDrillInfo (DataType *);
36 void FreeDrillInfo (DrillInfoType *);
37 void RoundDrillInfo (DrillInfoType *, int);
38