]> git.ozlabs.org Git - ppp.git/commitdiff
remove compile nits
authorPaul Mackerras <paulus@samba.org>
Thu, 27 Nov 1997 06:09:34 +0000 (06:09 +0000)
committerPaul Mackerras <paulus@samba.org>
Thu, 27 Nov 1997 06:09:34 +0000 (06:09 +0000)
pppd/options.c

index 11af11e853bccf2f4237a96a2da38c2a8f3a2512..d8c39837381e977449d7aca007bd3f354d0badb1 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char rcsid[] = "$Id: options.c,v 1.39 1997/07/14 03:53:34 paulus Exp $";
+static char rcsid[] = "$Id: options.c,v 1.40 1997/11/27 06:09:34 paulus Exp $";
 #endif
 
 #include <ctype.h>
 #endif
 
 #include <ctype.h>
@@ -159,7 +159,7 @@ static int setescape __P((char **));
 static int setmru __P((char **));
 static int setmtu __P((char **));
 #ifdef CBCP_SUPPORT
 static int setmru __P((char **));
 static int setmtu __P((char **));
 #ifdef CBCP_SUPPORT
-static int setcbcp __P((char *));
+static int setcbcp __P((char **));
 #endif
 static int nomru __P((char **));
 static int nopcomp __P((char **));
 #endif
 static int nomru __P((char **));
 static int nopcomp __P((char **));
@@ -250,7 +250,7 @@ static int setipxcpfails __P((char **));
 #endif /* IPX_CHANGE */
 
 #ifdef MSLANMAN
 #endif /* IPX_CHANGE */
 
 #ifdef MSLANMAN
-static int setmslanman __P((void));
+static int setmslanman __P((char **));
 #endif
 
 static int number_option __P((char *, u_int32_t *, int));
 #endif
 
 static int number_option __P((char *, u_int32_t *, int));
@@ -2544,7 +2544,8 @@ resetipxproto(argv)
 
 #ifdef MSLANMAN
 static int
 
 #ifdef MSLANMAN
 static int
-setmslanman()
+setmslanman(argv)
+    char **argv;
 {
     ms_lanman = 1;
     return (1);
 {
     ms_lanman = 1;
     return (1);