From: Paul Mackerras Date: Mon, 1 Jul 1996 01:21:45 +0000 (+0000) Subject: moved protos to upap.c X-Git-Tag: RELEASE_2_3_6~400 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=2115d4179805e719798ce83482f2cf70d70cabdf;hp=7e30a978e0bc509a843cefe9bec420d980fcaa0f moved protos to upap.c --- diff --git a/pppd/upap.h b/pppd/upap.h index a8987ad..ba4e153 100644 --- a/pppd/upap.h +++ b/pppd/upap.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: upap.h,v 1.5 1995/12/18 03:46:50 paulus Exp $ + * $Id: upap.h,v 1.6 1996/07/01 01:21:45 paulus Exp $ */ /* @@ -79,17 +79,9 @@ typedef struct upap_state { #define UPAP_DEFTIMEOUT 3 /* Timeout (seconds) for retransmitting req */ #define UPAP_DEFREQTIME 30 /* Time to wait for auth-req from peer */ - extern upap_state upap[]; -void upap_init __P((int)); void upap_authwithpeer __P((int, char *, char *)); void upap_authpeer __P((int)); -void upap_lowerup __P((int)); -void upap_lowerdown __P((int)); -void upap_input __P((int, u_char *, int)); -void upap_protrej __P((int)); -int upap_printpkt __P((u_char *, int, - void (*) __P((void *, char *, ...)), void *)); extern struct protent pap_protent;