aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/async.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ppp/async.h')
-rw-r--r--usr.sbin/ppp/async.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ppp/async.h b/usr.sbin/ppp/async.h
index 4bd30a9c50a1..598154762276 100644
--- a/usr.sbin/ppp/async.h
+++ b/usr.sbin/ppp/async.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: async.h,v 1.3 1998/05/21 21:43:57 brian Exp $
+ * $Id: async.h,v 1.4 1998/06/27 12:03:48 brian Exp $
*/
#define HDLCSIZE (MAX_MRU*2+6)
@@ -48,5 +48,5 @@ struct bundle;
extern void async_Init(struct async *);
extern void async_SetLinkParams(struct async *, struct lcp *);
-extern void async_Output(int, struct mbuf *, int, struct physical *);
-extern void async_Input(struct bundle *, u_char *, int, struct physical *);
+
+extern struct layer asynclayer;