]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/magic.h
Patch from Frank Cusack to add support for MSCHAPv2.
[ppp.git] / pppd / magic.h
index 4cfa905e6e3baddf1554bfe5745402845393d288..a118ca1afb9c8154c1b815635a848a49f59b4d8a 100644 (file)
@@ -16,9 +16,8 @@
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
- * $Id: magic.h,v 1.2 1994/09/01 00:25:35 paulus Exp $
+ * $Id: magic.h,v 1.3 1994/09/21 06:47:37 paulus Exp $
  */
-#include "args.h"
 
-void magic_init __ARGS((void));        /* Initialize the magic number generator */
-uint32 magic __ARGS((void));   /* Returns the next magic number */
+void magic_init __P((void));   /* Initialize the magic number generator */
+u_int32_t magic __P((void));   /* Returns the next magic number */