/******************************************************** * File: node2dpat.h * Created at Sun Jan 28 22:10:31 MSK 2001 by raorn // raorn@binec.ru * * $Id: node2dpat.h,v 1.1.1.1 2001/01/31 20:07:49 raorn Exp $ *******************************************************/ #ifndef NODE2DPAT_H #define NODE2DPAT_H struct Node2DPat { uchar Net[10]; uchar Node[10]; }; bool Parse2DPat(uchar * buf, struct Node2DPat *node); int Compare2DPat(struct Node2DPat *nodepat, ushort net, ushort node); #endif