summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/modem.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-05-28 23:15:40 +0000
committerbrian <brian@FreeBSD.org>1998-05-28 23:15:40 +0000
commitf0bbc1adc545f86776a2ecc51a460599ad4bbc9a (patch)
tree3c7ad7f867e874884f178d616f0c4e2ec2306802 /usr.sbin/ppp/modem.h
parent88e95865abce6c3049d5a704fdc844d6a83d53e4 (diff)
downloadFreeBSD-src-f0bbc1adc545f86776a2ecc51a460599ad4bbc9a.zip
FreeBSD-src-f0bbc1adc545f86776a2ecc51a460599ad4bbc9a.tar.gz
o Don't forget to close our transfer socket if we cannot
generate the data to transfer. o Transfer uucp lock ownership for the transferred device. o Don't assume we know the correct values of dev_is_modem and mbits after the transfer.
Diffstat (limited to 'usr.sbin/ppp/modem.h')
-rw-r--r--usr.sbin/ppp/modem.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/ppp/modem.h b/usr.sbin/ppp/modem.h
index f85a475..58f54dd 100644
--- a/usr.sbin/ppp/modem.h
+++ b/usr.sbin/ppp/modem.h
@@ -15,7 +15,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: modem.h,v 1.16.2.17 1998/05/02 21:57:49 brian Exp $
+ * $Id: modem.h,v 1.17 1998/05/21 21:47:02 brian Exp $
*
* TODO:
*/
@@ -39,4 +39,5 @@ extern void modem_Offline(struct physical *);
extern void modem_Destroy(struct physical *);
extern struct physical *iov2modem(struct datalink *, struct iovec *, int *,
int, int);
-extern int modem2iov(struct physical *, struct iovec *, int *, int);
+extern int modem2iov(struct physical *, struct iovec *, int *, int, pid_t);
+extern void modem_ChangedPid(struct physical *, pid_t);
OpenPOWER on IntegriCloud