2 * gEDA - GNU Electronic Design Automation
4 * Copyright (C) 2000-2001 Stefan Petersen (spe@stacken.kth.se)
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., 59 Temple Place, Suite 330, Boston, MA 02111 USA
24 \brief Header infor for the Excellon drill parsing functions
37 #include "gerb_image.h"
38 #include "gerb_file.h"
40 #define TOOL_MIN 1 /* T00 code is reserved for unload tool command */
43 gerbv_image_t
*parse_drillfile(gerb_file_t
*fd
, gerbv_HID_Attribute
*attr_list
,
44 int n_attr
, int reload
);
46 drill_file_p(gerb_file_t
*fd
, gboolean
*returnFoundBinary
);