summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/modem.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-10-26 12:42:13 +0000
committerbrian <brian@FreeBSD.org>1997-10-26 12:42:13 +0000
commit730654969b993bebee5ce32874e356317dacf940 (patch)
tree16514ad363d2412373e782e27090916d5494ff6b /usr.sbin/ppp/modem.h
parent8be1e875ff4b0b857900e017063986f6a8ef64e7 (diff)
downloadFreeBSD-src-730654969b993bebee5ce32874e356317dacf940.zip
FreeBSD-src-730654969b993bebee5ce32874e356317dacf940.tar.gz
Cosmetic:
Move prototypes into the correct headers.
Diffstat (limited to 'usr.sbin/ppp/modem.h')
-rw-r--r--usr.sbin/ppp/modem.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/ppp/modem.h b/usr.sbin/ppp/modem.h
index 34b1e1bf..8ca3868 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.9 1997/08/25 00:29:23 brian Exp $
+ * $Id: modem.h,v 1.10 1997/10/26 01:03:25 brian Exp $
*
* TODO:
*/
@@ -37,3 +37,5 @@ extern void ModemOutput(int, struct mbuf *);
extern int ChangeParity(char *);
extern void HangupModem(int);
extern int ShowModemStatus(void);
+extern void Enqueue(struct mqueue *, struct mbuf *);
+extern struct mbuf *Dequeue(struct mqueue *);
OpenPOWER on IntegriCloud