Skip to content

Commit a3e6f73

Browse files
committed
Add missing kissserial.h
1 parent bef8a97 commit a3e6f73

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Diff for: kissserial.h

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
2+
/*
3+
* Name: kissserial.h
4+
*/
5+
6+
7+
#include "ax25_pad.h" /* for packet_t */
8+
9+
#include "config.h"
10+
11+
12+
13+
14+
void kissserial_init (struct misc_config_s *misc_config);
15+
16+
void kissserial_send_rec_packet (int chan, unsigned char *fbuf, int flen, int client);
17+
18+
void kissserial_set_debug (int n);
19+
20+
21+
/* end kissserial.h */

0 commit comments

Comments
 (0)