aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/exec.h
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1999-11-06 22:50:59 +0000
committerBrian Somers <brian@FreeBSD.org>1999-11-06 22:50:59 +0000
commit87c3786e7fcf8e978e801f03208d8bab4468980f (patch)
tree05464cda97fbc141305fb350e1211787d0b945dc /usr.sbin/ppp/exec.h
parent86f001b84ca04aafd1d82d406acdf49339380449 (diff)
Notes
Diffstat (limited to 'usr.sbin/ppp/exec.h')
-rw-r--r--usr.sbin/ppp/exec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/exec.h b/usr.sbin/ppp/exec.h
index ef6237b612896..d4b338767fb39 100644
--- a/usr.sbin/ppp/exec.h
+++ b/usr.sbin/ppp/exec.h
@@ -31,5 +31,5 @@ struct device;
extern struct device *exec_Create(struct physical *);
extern struct device *exec_iov2device(int, struct physical *,
- struct iovec *, int *, int);
+ struct iovec *, int *, int, int *, int *);
#define exec_DeviceSize physical_DeviceSize