New "kissutil" application.

This commit is contained in:
wb2osz 2017-09-11 22:32:18 -04:00
parent 9d2c993f49
commit 00cdf7b18d
1 changed files with 1 additions and 1 deletions

2
kiss.h
View File

@ -15,7 +15,7 @@
void kisspt_init (struct misc_config_s *misc_config); void kisspt_init (struct misc_config_s *misc_config);
void kisspt_send_rec_packet (int chan, unsigned char *fbuf, int flen, int client); void kisspt_send_rec_packet (int chan, int kiss_cmd, unsigned char *fbuf, int flen, int client);
void kisspt_set_debug (int n); void kisspt_set_debug (int n);