More forward declarations, because I guess why not

This commit is contained in:
XANTRONIX Development 2015-07-26 01:33:16 -05:00 committed by XANTRONIX Industrial
parent c4727bafb9
commit fbee61133a

View file

@ -47,6 +47,9 @@ int patty_ax25_open(patty_ax25 *ax25, const char *ifname);
int patty_ax25_socket(patty_ax25 *ax25);
int patty_ax25_bind(patty_ax25 *ax25,
int socket, const char *callsign, int ssid);
int patty_ax25_listen(patty_ax25 *ax25,
int socket, const char *callsign, int ssid);