Diff for /fwsync/driver/Attic/fwsync_utils.h between versions 1.1 and 1.3

version 1.1, 2022/07/05 21:58:48 version 1.3, 2022/08/03 17:07:07
Line 6 Line 6
 #define __FWSYNC_UTILS_H  #define __FWSYNC_UTILS_H
   
   
   #if 0
   uint32_t fwsync_hash_packet(const struct ipfw_flow_id *id);
   uint32_t fwsync_hash_parent(const struct ipfw_flow_id *id, const void *rule);
   uint32_t fwsync_hash_packet6(const struct ipfw_flow_id *id);
   #endif
   
   
 #endif  #endif

Removed from v.1.1  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>