Installer: Update Inno Setup to version 5.3.9 (Unicode)
[msysgit.git] / mingw / include / ipxtfflt.h
blobc089d6c107c260857ead8eee8e97f2a925773666
1 /*
2 * ipxtfflt.h - Routing and Remote Access Services
4 * THIS SOFTWARE IS NOT COPYRIGHTED
6 * This source code is offered for use in the public domain. You may use,
7 * modify or distribute it freely.
9 * This code is distributed in the hope that it will be useful but
10 * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY
11 * DISCLAIMED. This includes but is not limited to warranties of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
15 #ifndef _IPXTFFLT_H
16 #define _IPXTFFLT_H
17 #if __GNUC__ >= 3
18 #pragma GCC system_header
19 #endif
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
25 /*--- Router Management Reference - Router Information Structures - IPX Information Structures */
26 #if 0
27 typedef struct {
28 ???
29 } IPX_TRAFFIC_FILTER_INFO,*PIPX_TRAFFIC_FILTER_INFO;
30 typedef struct {
31 ???
32 } IPX_TRAFFIC_FILTER_GLOBAL_INFO,*PIPX_TRAFFIC_FILTER_GLOBAL_INFO;
33 #endif
35 #ifdef __cplusplus
37 #endif
38 #endif