diff options
Diffstat (limited to 'usr.sbin/ppp/atm.h')
-rw-r--r-- | usr.sbin/ppp/atm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/atm.h b/usr.sbin/ppp/atm.h index 3fbc0c5c98e8..ccfad8d9fea7 100644 --- a/usr.sbin/ppp/atm.h +++ b/usr.sbin/ppp/atm.h @@ -32,4 +32,4 @@ struct device; extern struct device *atm_Create(struct physical *); extern struct device *atm_iov2device(int, struct physical *, struct iovec *, int *, int, int *, int *); -extern int atm_DeviceSize(void); +extern unsigned atm_DeviceSize(void); |