--- fwsync/driver/fwsync_workers.h 2022/08/10 00:03:50 1.7 +++ fwsync/driver/fwsync_workers.h 2022/08/13 18:22:55 1.8 @@ -15,6 +15,7 @@ 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); +int fwsync_alias_sync(const void *arg, const void *extdata); #endif