mirror of
https://agent.ghink.cloud/wb2osz/direwolf
synced 2025-04-13 18:09:33 +00:00
11 lines
199 B
C
11 lines
199 B
C
|
|
/* hdlc_send.h */
|
|
|
|
int hdlc_send_frame (int chan, unsigned char *fbuf, int flen, int bad_fcs, int fx25_xmit_enable);
|
|
|
|
int hdlc_send_flags (int chan, int flags, int finish);
|
|
|
|
/* end hdlc_send.h */
|
|
|
|
|