direwolf/hdlc_send.h

11 lines
177 B
C

/* hdlc_send.h */
int hdlc_send_frame (int chan, unsigned char *fbuf, int flen, int bad_fcs);
int hdlc_send_flags (int chan, int flags, int finish);
/* end hdlc_send.h */