summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-11-29 16:00:20 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-11-29 16:00:20 +0000
commit276938f4299eaa3abaacaec601b0391b3b4366af (patch)
tree24e9a354638e11bdd9eff752ab4669f12b5ba317
parent81d7dfee24b0e892de281c4b69c2cf0219f585a7 (diff)
Formerly pfinet.h.~13~
-rw-r--r--pfinet/pfinet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pfinet/pfinet.h b/pfinet/pfinet.h
index ce4dcffe..fbf772fe 100644
--- a/pfinet/pfinet.h
+++ b/pfinet/pfinet.h
@@ -57,14 +57,14 @@ struct sock_addr
};
int ethernet_demuxer (mach_msg_header_t *, mach_msg_header_t *);
-void setup_ethernet_device (void);
+void setup_ethernet_device (char *);
void become_task_protid (struct trivfs_protid *);
void become_task (struct sock_user *);
struct sock_user *make_sock_user (struct socket *, int);
error_t make_sockaddr_port (struct socket *, int,
mach_port_t *, mach_msg_type_name_t *);
void init_devices (void);
-void init_mapped_time (void);
+void init_time (void);
void inet_proto_init (struct net_proto *);
void ip_rt_add (short, u_long, u_long, u_long, struct device *,
u_short, u_long);