summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/async.h
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1998-01-30 19:46:07 +0000
committerBrian Somers <brian@FreeBSD.org>1998-01-30 19:46:07 +0000
commit8c07a7b2e0d7046e042a0c38fb62f75013bcf072 (patch)
tree59710c84158fc1016e7402b09ab15f150e34f0aa /usr.sbin/ppp/async.h
parentc8ee0d78b635b119034cc1d40d949fc37f28c19d (diff)
downloadsrc-test2-8c07a7b2e0d7046e042a0c38fb62f75013bcf072.tar.gz
src-test2-8c07a7b2e0d7046e042a0c38fb62f75013bcf072.zip
Create `struct link' - the logical link from which
`struct physical' (and the future `struct logical') are derived.
Notes
Notes: svn path=/cvs2svn/branches/MP/; revision=32903
Diffstat (limited to 'usr.sbin/ppp/async.h')
-rw-r--r--usr.sbin/ppp/async.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/async.h b/usr.sbin/ppp/async.h
index 2680776321cd..3aa6707bed70 100644
--- a/usr.sbin/ppp/async.h
+++ b/usr.sbin/ppp/async.h
@@ -23,10 +23,10 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: async.h,v 1.2 1997/12/21 12:11:04 brian Exp $
+ * $Id: async.h,v 1.2.4.1 1998/01/29 00:49:11 brian Exp $
*/
extern void AsyncInit(void);
extern void SetLinkParams(struct lcpstate *);
-extern void AsyncOutput(int, struct mbuf *, int, struct physical *);
+extern void AsyncOutput(int, struct mbuf *, int, struct link *);
extern void AsyncInput(u_char *, int, struct physical *);