00001 00023 #ifndef __DIP_INCLUDED__ 00024 #define __DIP_INCLUDED__ 00025 00026 00027 int dip_create_element (); 00028 int dip_create_packages_list (); 00029 int dip_drc (); 00030 int dip_get_default_footprint_values (); 00031 #if GUI 00032 int dip_set_gui_constraints (); 00033 #endif /* GUI */ 00034 int dip_write_footprint (); 00035 void dip_init (); 00036 00037 00038 #endif /* __DIP_INCLUDED__ */ 00039 00040 00041 /* EOF */