pcb 4.1.1
An interactive printed circuit board layout editor.
|
00001 00037 #ifndef PCB_RATS_H 00038 #define PCB_RATS_H 00039 00040 #include "global.h" 00041 00042 /* This one is actually in netlist.h, but it's used by rats.c */ 00043 LibraryMenuType * netnode_to_netname (char *nodename); 00044 LibraryMenuType * netname_to_netname (char *netname); 00045 00046 RatType * AddNet (void); 00047 char *ConnectionName (int, void *, void *); 00048 00049 bool AddAllRats (bool, void (*)(register ConnectionType *, register ConnectionType *, register RouteStyleType *)); 00050 bool SeekPad (LibraryEntryType *, ConnectionType *, bool); 00051 00052 NetListType * ProcNetlist (LibraryType *); 00053 NetListListType CollectSubnets (bool); 00054 00055 #endif