mirror of
https://agent.ghink.cloud/wb2osz/direwolf
synced 2025-04-04 11:48:30 +00:00
New "kissutil" application.
This commit is contained in:
parent
30c52862a9
commit
c0e135aa07
@ -13,7 +13,7 @@
|
||||
|
||||
void kissnet_init (struct misc_config_s *misc_config);
|
||||
|
||||
void kissnet_send_rec_packet (int chan, unsigned char *fbuf, int flen, int client);
|
||||
void kissnet_send_rec_packet (int chan, int kiss_cmd, unsigned char *fbuf, int flen, int client);
|
||||
|
||||
void kiss_net_set_debug (int n);
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
void kissserial_init (struct misc_config_s *misc_config);
|
||||
|
||||
void kissserial_send_rec_packet (int chan, unsigned char *fbuf, int flen, int client);
|
||||
void kissserial_send_rec_packet (int chan, int kiss_cmd, unsigned char *fbuf, int flen, int client);
|
||||
|
||||
void kissserial_set_debug (int n);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user