00001 00026 #ifndef __CAPC_INCLUDED__ 00027 #define __CAPC_INCLUDED__ 00028 00029 00030 int capc_create_element (); 00031 int capc_create_packages_list (); 00032 int capc_drc (); 00033 int capc_get_default_footprint_values (); 00034 #if GUI 00035 int capc_set_gui_constraints (); 00036 #endif /* GUI */ 00037 int capc_write_footprint (); 00038 void capc_init (); 00039 00040 00041 #endif /* __CAPC_INCLUDED__ */ 00042 00043 00044 /* EOF */