diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-08-16 17:48:45 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-08-16 17:48:45 +0000 |
commit | a9ae662fef8e484de36afdad8ca133a0aefb9c40 (patch) | |
tree | f1ebd1bf8c9f497fde88f267045ce047fdccfdbf /pfinet | |
parent | 5839ae8fd1d538f843fc564552a6e84536f6d48b (diff) |
Formerly pfinet.h.~3~
Diffstat (limited to 'pfinet')
-rw-r--r-- | pfinet/pfinet.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pfinet/pfinet.h b/pfinet/pfinet.h index 15274f31..ff9ea85c 100644 --- a/pfinet/pfinet.h +++ b/pfinet/pfinet.h @@ -21,3 +21,7 @@ #include <device/device.h> extern device_t master_device; + +void incoming_net_packet (void); + +extern struct proto_ops *proto_ops; |