Content-type: text/html
int Trace_FidsEqual(fid1Ptr, fid2Ptr) generic_fid_t *fid1Ptr; generic_fid_t *fid2Ptr;
Trace_FidsEqual compares two fids in pointers fid1Ptr and fid2Ptr and returns 1 if the fields match and 0 if they don't. Sending in NULL for either argument is tolerated.
Lily B. Mummert