gerbv
2.10.1-dev~93f1b5
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
attribute_interface_dialog(gerbv_HID_Attribute*,
int
, gerbv_HID_Attr_Val*,
const
char
*,
const
char
*);
40
41
void
attribute_merge(gerbv_HID_Attribute*,
int
, gerbv_HID_Attribute*,
int
);
42
43
#ifdef __cplusplus
44
}
45
#endif
46
47
#endif
/* ATTRIBUTE_H */
gerbv.h
The main header file for the libgerbv library.
src
attribute.h
Generated by
1.9.1