1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-15 15:57:13 +00:00

Add forward declaration for get_packet()

modified:   src/ether.c
This commit is contained in:
Nick Briggs 2020-07-09 10:16:41 -07:00
parent 311a359c3f
commit 62b8f46405

View File

@ -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[])
{