summaryrefslogtreecommitdiffstats
path: root/lib/libstand/net.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2000-08-03 09:08:29 +0000
committerjhb <jhb@FreeBSD.org>2000-08-03 09:08:29 +0000
commit04f2dc8e0bc028215d67716bd57720b48e9867ff (patch)
tree5027dd91afd5ed090350e7ef3103dc38d8f9a1ca /lib/libstand/net.h
parentea5b5bab77fc7b8bea8fa349155989859d483300 (diff)
downloadFreeBSD-src-04f2dc8e0bc028215d67716bd57720b48e9867ff.zip
FreeBSD-src-04f2dc8e0bc028215d67716bd57720b48e9867ff.tar.gz
Cleanup warnings by adding missint prototypes, removing unneeded duplicate
prototypes, and adding in several 'const's. Also, add some missing $FreeBSD$'s. Found by: BDECFLAGS
Diffstat (limited to 'lib/libstand/net.h')
-rw-r--r--lib/libstand/net.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libstand/net.h b/lib/libstand/net.h
index 6f6d443..47ff0a0 100644
--- a/lib/libstand/net.h
+++ b/lib/libstand/net.h
@@ -36,6 +36,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * $FreeBSD$
*/
#define NETIF_DEBUG 1
@@ -111,6 +113,9 @@ ssize_t sendrecv(struct iodesc *,
ssize_t (*)(struct iodesc *, void *, size_t, time_t),
void *, size_t);
+/* bootp/DHCP */
+void bootp(int);
+
/* Utilities: */
char *ether_sprintf(u_char *);
int in_cksum(void *, int);
OpenPOWER on IntegriCloud