From 62b8f464059c868434884700063b97bdd22a09bd Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Thu, 9 Jul 2020 10:16:41 -0700 Subject: [PATCH] Add forward declaration for get_packet() modified: src/ether.c --- src/ether.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ether.c b/src/ether.c index dfe44b5..967e08d 100644 --- a/src/ether.c +++ b/src/ether.c @@ -365,6 +365,7 @@ LispPTR ether_reset(LispPTR args[]) /* it's OK to read packets from the network on interrupt. */ /* */ /************************************************************************/ +LispPTR get_packet(); LispPTR ether_get(LispPTR args[]) {