mirror of https://github.com/wb2osz/direwolf.git
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_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);
|
void kiss_net_set_debug (int n);
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
void kissserial_init (struct misc_config_s *misc_config);
|
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);
|
void kissserial_set_debug (int n);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue