gerbv  2.6A
attribute.h
Go to the documentation of this file.
1 /*
2  * COPYRIGHT
3  *
4  * gEDA - GNU Electronic Design Automation
5  * This is a part of gerbv
6  *
7  * Copyright (C) 2008 Dan McMahill
8  *
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  * it under the terms of the GNU General Public License as published by
12  * the Free Software Foundation; either version 2 of the License, or
13  * (at your option) any later version.
14  *
15  * This program is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18  * GNU General Public License for more details.
19  *
20  * You should have received a copy of the GNU General Public License
21  * along with this program; if not, write to the Free Software
22  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
23  *
24  */
25 
31 #ifndef ATTRIBUTE_H
32 #define ATTRIBUTE_H
33 
34 #include "gerbv.h"
35 #ifdef __cplusplus
36 extern "C" {
37 #endif
38 
39 int
40 attribute_interface_dialog (gerbv_HID_Attribute *, int, gerbv_HID_Attr_Val *,
41  const char *,const char *);
42 
43 void
44 attribute_merge (gerbv_HID_Attribute *, int, gerbv_HID_Attribute *, int);
45 
46 #ifdef __cplusplus
47 }
48 #endif
49 
50 #endif /* ATTRIBUTE_H */