aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/cbcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ppp/cbcp.h')
-rw-r--r--usr.sbin/ppp/cbcp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/cbcp.h b/usr.sbin/ppp/cbcp.h
index d55800acfbbe..e01b36d6edbd 100644
--- a/usr.sbin/ppp/cbcp.h
+++ b/usr.sbin/ppp/cbcp.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: cbcp.h,v 1.1 1998/08/07 18:44:16 brian Exp $
*/
struct mbuf;
@@ -60,6 +60,6 @@ struct cbcp {
extern void cbcp_Init(struct cbcp *, struct physical *);
extern void cbcp_Up(struct cbcp *);
-extern void cbcp_Input(struct physical *, struct mbuf *);
+extern struct mbuf *cbcp_Input(struct bundle *, struct link *, struct mbuf *);
extern void cbcp_Down(struct cbcp *);
extern void cbcp_ReceiveTerminateReq(struct physical *);