--- fwsync/driver/fwsync_workers.h 2022/08/03 17:07:07 1.6 +++ fwsync/driver/fwsync_workers.h 2022/08/10 00:03:50 1.7 @@ -14,5 +14,7 @@ int fwsync_alias_handler(const void *arg, const void * int fwsync_add_state(const struct fws_proto *pkt); int fwsync_add_alias(const struct fws_proto *pkt); +int fwsync_state_sync(const void *arg, const void *extdata); + #endif