X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fmagic.h;h=a118ca1afb9c8154c1b815635a848a49f59b4d8a;hp=4cfa905e6e3baddf1554bfe5745402845393d288;hb=88890fc13f9b346db647c882b376926686177112;hpb=9398ab236f55e271a76f803abc07c8b34bf272e3 diff --git a/pppd/magic.h b/pppd/magic.h index 4cfa905..a118ca1 100644 --- a/pppd/magic.h +++ b/pppd/magic.h @@ -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 */