summaryrefslogtreecommitdiffstats
path: root/freebsd/sbin/dhclient/privsep.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sbin/dhclient/privsep.h')
-rw-r--r--freebsd/sbin/dhclient/privsep.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/freebsd/sbin/dhclient/privsep.h b/freebsd/sbin/dhclient/privsep.h
index 41b8267e..db6ec9b4 100644
--- a/freebsd/sbin/dhclient/privsep.h
+++ b/freebsd/sbin/dhclient/privsep.h
@@ -44,8 +44,3 @@ struct imsg_hdr {
enum imsg_code code;
size_t len;
};
-
-struct buf *buf_open(size_t);
-int buf_add(struct buf *, const void *, size_t);
-int buf_close(int, struct buf *);
-ssize_t buf_read(int sock, void *, size_t);