Last change
on this file since 6303 was
6303,
checked in by charles, 15 years ago
|
Update to the 20080707 version of libnatpmp and the 20080703 version of miniupnpc
|
File size:
1.1 KB
|
Line | |
---|
1 | /* $Id: getgateway.h,v 1.3 2008/07/02 22:33:06 nanard Exp $ */ |
---|
2 | /* libnatpmp |
---|
3 | * Copyright (c) 2007, Thomas BERNARD <miniupnp@free.fr> |
---|
4 | * |
---|
5 | * Permission to use, copy, modify, and/or 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 | * |
---|
9 | * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
---|
10 | * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
---|
11 | * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
---|
12 | * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
---|
13 | * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
---|
14 | * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
---|
15 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ |
---|
16 | #ifndef __GETGATEWAY_H__ |
---|
17 | #define __GETGATEWAY_H__ |
---|
18 | |
---|
19 | #ifdef WIN32 |
---|
20 | #include <stdint.h> |
---|
21 | #define in_addr_t uint32_t |
---|
22 | #endif |
---|
23 | #include "declspec.h" |
---|
24 | |
---|
25 | /* getdefaultgateway() : |
---|
26 | * return value : |
---|
27 | * 0 : success |
---|
28 | * -1 : failure */ |
---|
29 | LIBSPEC int getdefaultgateway(in_addr_t * addr); |
---|
30 | |
---|
31 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.