Sha256: e9c427c33fc2e8068c8a02e5d7d6079cef061529ec6a7eb3c95fbf4f47e775c4

Contents?: true

Size: 1.31 KB

Versions: 13

Compression:

Stored size: 1.31 KB

Contents

#ifndef HEADER_CARES_LIBRARY_INIT_H
#define HEADER_CARES_LIBRARY_INIT_H


/* Copyright 1998 by the Massachusetts Institute of Technology.
 * Copyright (C) 2004-2009 by Daniel Stenberg
 *
 * Permission to use, copy, modify, and distribute this
 * software and its documentation for any purpose and without
 * fee is hereby granted, provided that the above copyright
 * notice appear in all copies and that both that copyright
 * notice and this permission notice appear in supporting
 * documentation, and that the name of M.I.T. not be used in
 * advertising or publicity pertaining to distribution of the
 * software without specific, written prior permission.
 * M.I.T. makes no representations about the suitability of
 * this software for any purpose.  It is provided "as is"
 * without express or implied warranty.
 */

#include "ares_setup.h"

#ifdef USE_WINSOCK

#include <iphlpapi.h>

typedef DWORD (WINAPI *fpGetNetworkParams_t) (FIXED_INFO*, DWORD*);
typedef BOOLEAN (APIENTRY *fpSystemFunction036_t) (void*, ULONG);

/* Forward-declaration of variables defined in ares_library_init.c */
/* that are global and unique instances for whole c-ares library.  */

extern fpGetNetworkParams_t ares_fpGetNetworkParams;
extern fpSystemFunction036_t ares_fpSystemFunction036;

#endif /* USE_WINSOCK */

#endif /* HEADER_CARES_LIBRARY_INIT_H */

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
noderb-0.0.12 ext/noderb_extension/libuv/src/ares/ares_library_init.h
noderb-0.0.11 ext/noderb_extension/libuv/src/ares/ares_library_init.h
noderb-0.0.10 ext/noderb_extension/libuv/src/ares/ares_library_init.h
noderb-0.0.9 ext/noderb_extension/libuv/src/ares/ares_library_init.h
noderb-0.0.8 ext/noderb_extension/libuv/src/ares/ares_library_init.h
noderb-0.0.7 ext/noderb_extension/libuv/src/ares/ares_library_init.h
noderb-0.0.6 ext/noderb_extension/libuv/src/ares/ares_library_init.h
noderb-0.0.4 ext/noderb_extension/libuv/src/ares/ares_library_init.h
noderb-0.0.3 ext/noderb_extension/libuv/src/ares/ares_library_init.h
noderb-0.0.2 ext/noderb_extension/libuv/src/ares/ares_library_init.h
rednode-0.1.2 ext/node/deps/c-ares/ares_library_init.h
rednode-0.1.1 ext/node/deps/c-ares/ares_library_init.h
rednode-0.1.0 ext/node/deps/c-ares/ares_library_init.h