version 1.3, 2022/07/11 12:58:58
|
version 1.8, 2022/08/13 18:22:55
|
Line 8
|
Line 8
|
|
|
void fwsync_sndpkt_handler(void *context, int pending); |
void fwsync_sndpkt_handler(void *context, int pending); |
|
|
int fwsync_state_handler(void *arg); | int fwsync_state_handler(const void *arg, const void *extdata); |
int fwsync_alias_handler(void *arg); | 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); |
| |
| int fwsync_state_sync(const void *arg, const void *extdata); |
| int fwsync_alias_sync(const void *arg, const void *extdata); |
|
|
|
|
#endif |
#endif |