summaryrefslogtreecommitdiff
path: root/device/if_ether.h
diff options
context:
space:
mode:
Diffstat (limited to 'device/if_ether.h')
-rw-r--r--device/if_ether.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/device/if_ether.h b/device/if_ether.h
index 5da40d6..2ac938e 100644
--- a/device/if_ether.h
+++ b/device/if_ether.h
@@ -51,7 +51,7 @@ struct ether_header {
#ifdef KERNEL
u_char etherbroadcastaddr[6];
-extern char * ether_sprintf();
+extern char * ether_sprintf(u_char *);
#endif /* KERNEL */
#endif /*_DEVICE_IF_ETHER_H_*/