xref: /openbsd-src/usr.sbin/pppd/magic.h (revision b2ea75c1b17e1a9a339660e7ed45cd24946b230e)
1 /*	$OpenBSD: magic.h,v 1.2 1997/09/05 04:32:42 millert Exp $	*/
2 
3 /*
4  * magic.h - PPP Magic Number definitions.
5  *
6  * Copyright (c) 1989 Carnegie Mellon University.
7  * All rights reserved.
8  *
9  * Redistribution and use in source and binary forms are permitted
10  * provided that the above copyright notice and this paragraph are
11  * duplicated in all such forms and that any documentation,
12  * advertising materials, and other materials related to such
13  * distribution and use acknowledge that the software was developed
14  * by Carnegie Mellon University.  The name of the
15  * University may not be used to endorse or promote products derived
16  * from this software without specific prior written permission.
17  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
18  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
19  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
20  *
21  * Id: magic.h,v 1.3 1994/09/21 06:47:37 paulus Exp
22  */
23 
24 void magic_init __P((void));	/* Initialize the magic number generator */
25 u_int32_t magic __P((void));	/* Returns the next magic number */
26