Deleted Added
full compact
eventlib_p.h (156956) eventlib_p.h (162541)
1/*
2 * Copyright (c) 2005 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 *

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

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_p.h - private interfaces for eventlib
19 * vix 09sep95 [initial]
20 *
21 * $Id: eventlib_p.h,v 1.3.2.1.4.3 2005/07/28 07:43:20 marka Exp $
1/*
2 * Copyright (c) 2005 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 *

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

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_p.h - private interfaces for eventlib
19 * vix 09sep95 [initial]
20 *
21 * $Id: eventlib_p.h,v 1.3.2.1.4.3 2005/07/28 07:43:20 marka Exp $
22 * $FreeBSD: head/lib/libc/isc/eventlib_p.h 156956 2006-03-21 15:37:16Z ume $
22 * $FreeBSD: head/lib/libc/isc/eventlib_p.h 162541 2006-09-22 01:52:26Z kan $
23 */
24
25#ifndef _EVENTLIB_P_H
26#define _EVENTLIB_P_H
27
28#include <sys/param.h>
29#include <sys/types.h>
30#include <sys/socket.h>

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

275void evDestroyTimers(const evContext_p *);
276
277/* ev_waits.c */
278#define evFreeWait __evFreeWait
279evWait *evFreeWait(evContext_p *ctx, evWait *old);
280#endif
281
282/* Global options */
23 */
24
25#ifndef _EVENTLIB_P_H
26#define _EVENTLIB_P_H
27
28#include <sys/param.h>
29#include <sys/types.h>
30#include <sys/socket.h>

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

275void evDestroyTimers(const evContext_p *);
276
277/* ev_waits.c */
278#define evFreeWait __evFreeWait
279evWait *evFreeWait(evContext_p *ctx, evWait *old);
280#endif
281
282/* Global options */
283#ifndef _LIBC
283extern int __evOptMonoTime;
284extern int __evOptMonoTime;
285#endif
284
285#endif /*_EVENTLIB_P_H*/
286
287#endif /*_EVENTLIB_P_H*/