diff options
| author | Paul Traina <pst@FreeBSD.org> | 1996-01-23 01:35:04 +0000 |
|---|---|---|
| committer | Paul Traina <pst@FreeBSD.org> | 1996-01-23 01:35:04 +0000 |
| commit | e08ac58bbe2be2817736b8f4b32c75f8d55359df (patch) | |
| tree | 145d6ce072fde2eeda7863a006d92fd2c1eec916 /libexec/bootpd/getether.h | |
| parent | a270abb407a717b6c38a10d1c996af9ac907f84a (diff) | |
Notes
Diffstat (limited to 'libexec/bootpd/getether.h')
| -rw-r--r-- | libexec/bootpd/getether.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libexec/bootpd/getether.h b/libexec/bootpd/getether.h new file mode 100644 index 000000000000..2f98299278c6 --- /dev/null +++ b/libexec/bootpd/getether.h @@ -0,0 +1,7 @@ +/* getether.h */ + +#ifdef __STDC__ +extern int getether(char *ifname, char *eaptr); +#else +extern int getether(); +#endif |
