00001 00023 #ifndef __DIPS_INCLUDED__ 00024 #define __DIPS_INCLUDED__ 00025 00026 00027 int dips_create_element (); 00028 int dips_create_packages_list (); 00029 int dips_drc (); 00030 int dips_get_default_footprint_values (); 00031 #if GUI 00032 int dips_set_gui_constraints (); 00033 #endif /* GUI */ 00034 int dips_write_footprint (); 00035 void dips_init (); 00036 00037 00038 #endif /* __DIPS_INCLUDED__ */ 00039 00040 00041 /* EOF */