mirror of https://github.com/wb2osz/direwolf.git
22 lines
308 B
C
22 lines
308 B
C
|
|
/*
|
|
* 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 */
|