mirror of https://github.com/wb2osz/direwolf.git
11 lines
164 B
C
11 lines
164 B
C
|
|
||
|
/* hdlc_send.h */
|
||
|
|
||
|
int hdlc_send_frame (int chan, unsigned char *fbuf, int flen);
|
||
|
|
||
|
int hdlc_send_flags (int chan, int flags, int finish);
|
||
|
|
||
|
/* end hdlc_send.h */
|
||
|
|
||
|
|