mirror of
https://agent.ghink.cloud/wb2osz/direwolf
synced 2025-04-04 11:48:30 +00:00
22 lines
322 B
C
22 lines
322 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, int kiss_cmd, unsigned char *fbuf, int flen, int client);
|
|
|
|
void kissserial_set_debug (int n);
|
|
|
|
|
|
/* end kissserial.h */
|