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

version 1.1, 2022/07/05 21:58:48 version 1.2, 2022/07/15 10:46:17
Line 6 Line 6
 #define __FWSYNC_UTILS_H  #define __FWSYNC_UTILS_H
   
   
   __inline uint32_t fwsync_hash_packet(const struct ipfw_flow_id *id);
   __inline uint32_t fwsync_hash_parent(const struct ipfw_flow_id *id, const void *rule);
   __inline uint32_t fwsync_hash_packet6(const struct ipfw_flow_id *id);
   
   
 #endif  #endif

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


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