Deleted Added
full compact
eventlib.h (186089) eventlib.h (186090)
1/*
2 * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
3 * Copyright (c) 1995-1999 by Internet Software Consortium
4 *
5 * Permission to use, copy, modify, and distribute this software for any
6 * purpose with or without fee is hereby granted, provided that the above
7 * copyright notice and this permission notice appear in all copies.
8 *

--- 4 unchanged lines hidden (view full) ---

13 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
15 * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 */
17
18/* eventlib.h - exported interfaces for eventlib
19 * vix 09sep95 [initial]
20 *
1/*
2 * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
3 * Copyright (c) 1995-1999 by Internet Software Consortium
4 *
5 * Permission to use, copy, modify, and distribute this software for any
6 * purpose with or without fee is hereby granted, provided that the above
7 * copyright notice and this permission notice appear in all copies.
8 *

--- 4 unchanged lines hidden (view full) ---

13 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
15 * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 */
17
18/* eventlib.h - exported interfaces for eventlib
19 * vix 09sep95 [initial]
20 *
21 * $Id: eventlib.h,v 1.3.18.2 2005/07/28 07:38:07 marka Exp $
21 * $Id: eventlib.h,v 1.3.18.3 2008/01/23 02:12:01 marka Exp $
22 */
23
24#ifndef _EVENTLIB_H
25#define _EVENTLIB_H
26
27#include <sys/types.h>
28#include <sys/uio.h>
29#include <sys/time.h>
30#include <stdio.h>
31
22 */
23
24#ifndef _EVENTLIB_H
25#define _EVENTLIB_H
26
27#include <sys/types.h>
28#include <sys/uio.h>
29#include <sys/time.h>
30#include <stdio.h>
31
32#include <isc/platform.h>
33
32#ifndef __P
33# define __EVENTLIB_P_DEFINED
34# ifdef __STDC__
35# define __P(x) x
36# else
37# define __P(x) ()
38# endif
39#endif

--- 165 unchanged lines hidden ---
34#ifndef __P
35# define __EVENTLIB_P_DEFINED
36# ifdef __STDC__
37# define __P(x) x
38# else
39# define __P(x) ()
40# endif
41#endif

--- 165 unchanged lines hidden ---