From 08a691a02dc21264a934c84d6aa891c75cefef0f Mon Sep 17 00:00:00 2001 From: wb2osz Date: Sun, 6 Jan 2019 11:52:45 -0500 Subject: [PATCH] Issue 169 - Fix AGW protocol 'Y' command. --- ax25_link.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ax25_link.h b/ax25_link.h index 00e8230..40fa401 100644 --- a/ax25_link.h +++ b/ax25_link.h @@ -65,6 +65,8 @@ void dl_register_callsign (dlq_item_t *E); void dl_unregister_callsign (dlq_item_t *E); +void dl_outstanding_frames_request (dlq_item_t *E); + void dl_client_cleanup (dlq_item_t *E);