--- fwsync/driver/fwsync_workers.h 2022/07/11 15:59:42 1.4 +++ fwsync/driver/fwsync_workers.h 2022/08/03 17:07:07 1.6 @@ -8,8 +8,11 @@ void fwsync_sndpkt_handler(void *context, int pending); -int fwsync_state_handler(const void *arg); -int fwsync_alias_handler(const void *arg); +int fwsync_state_handler(const void *arg, const void *extdata); +int fwsync_alias_handler(const void *arg, const void *extdata); + +int fwsync_add_state(const struct fws_proto *pkt); +int fwsync_add_alias(const struct fws_proto *pkt); #endif