/************************************************************************* * (C) 2022 CloudSigma AG - Sofia/Bulgaria * by Michael Pounov **************************************************************************/ #ifndef __FWSYNC_WORKERS_H #define __FWSYNC_WORKERS_H void fwsync_sndpkt_handler(void *context, int pending); 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