00001 /* 00002 * COPYRIGHT 00003 * 00004 * gEDA - GNU Electronic Design Automation 00005 * This is a part of gerbv 00006 * 00007 * Copyright (C) 2008 Dan McMahill 00008 * 00009 * This program is free software; you can redistribute it and/or modify 00010 * it under the terms of the GNU General Public License as published by 00011 * it under the terms of the GNU General Public License as published by 00012 * the Free Software Foundation; either version 2 of the License, or 00013 * (at your option) any later version. 00014 * 00015 * This program is distributed in the hope that it will be useful, 00016 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00017 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00018 * GNU General Public License for more details. 00019 * 00020 * You should have received a copy of the GNU General Public License 00021 * along with this program; if not, write to the Free Software 00022 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 00023 * 00024 */ 00025 00031 #ifndef ATTRIBUTE_H 00032 #define ATTRIBUTE_H 00033 00034 #ifdef __cplusplus 00035 extern "C" { 00036 #endif 00037 00038 int 00039 attribute_interface_dialog (gerbv_HID_Attribute *, int, gerbv_HID_Attr_Val *, 00040 const char *,const char *); 00041 00042 void 00043 attribute_merge (gerbv_HID_Attribute *, int, gerbv_HID_Attribute *, int); 00044 00045 #ifdef __cplusplus 00046 } 00047 #endif 00048 00049 #endif /* ATTRIBUTE_H */