More forward declarations, because I guess why not
This commit is contained in:
parent
c4727bafb9
commit
fbee61133a
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue