diff options
Diffstat (limited to 'net/bootp.h')
-rw-r--r-- | net/bootp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/bootp.h b/net/bootp.h index 4e32b19d424..521d38f3528 100644 --- a/net/bootp.h +++ b/net/bootp.h @@ -65,7 +65,6 @@ struct bootp_hdr { extern u32 bootp_id; /* ID of cur BOOTP request */ extern int bootp_try; - /* Send a BOOTP request */ void bootp_reset(void); void bootp_request(void); |