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:
parent
311a359c3f
commit
62b8f46405
@ -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[])
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user