mirror of
https://agent.ghink.cloud/wb2osz/direwolf
synced 2025-04-06 12:48:31 +00:00
Add missing kissserial.h
This commit is contained in:
parent
bef8a97323
commit
a3e6f73cbb
21
kissserial.h
Normal file
21
kissserial.h
Normal 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 */
|
Loading…
x
Reference in New Issue
Block a user