]> git.ozlabs.org Git - ppp.git/commitdiff
moved protos to upap.c
authorPaul Mackerras <paulus@samba.org>
Mon, 1 Jul 1996 01:21:45 +0000 (01:21 +0000)
committerPaul Mackerras <paulus@samba.org>
Mon, 1 Jul 1996 01:21:45 +0000 (01:21 +0000)
pppd/upap.h

index a8987ad097ba0d8b4536cdd54174797b38ef7e23..ba4e153cb330169d76bedbe0b1aa33cf450d529f 100644 (file)
@@ -16,7 +16,7 @@
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
  * 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 */
 
 #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[];
 
 extern upap_state upap[];
 
-void upap_init __P((int));
 void upap_authwithpeer __P((int, char *, char *));
 void upap_authpeer __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;
 
 extern struct protent pap_protent;