Add missing kissserial.h

This commit is contained in:
WB2OSZ 2017-05-03 18:29:56 -04:00
parent bef8a97323
commit a3e6f73cbb
1 changed files with 21 additions and 0 deletions

21
kissserial.h Normal file
View File

@ -0,0 +1,21 @@
/*
* Name: kissserial.h
*/
#include "ax25_pad.h" /* for packet_t */
#include "config.h"
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_set_debug (int n);
/* end kissserial.h */