net-snmp 5.7
winpipe.h
00001 /*
00002   Copyright (c) Fabasoft R&D Software GmbH & Co KG, 2003
00003   oss@fabasoft.com
00004   Author: Bernhard Penz <bernhard.penz@fabasoft.com>
00005 
00006   Redistribution and use in source and binary forms, with or without
00007   modification, are permitted provided that the following conditions are met:
00008 
00009   *  Redistributions of source code must retain the above copyright notice,
00010      this list of conditions and the following disclaimer.
00011 
00012   *  Redistributions in binary form must reproduce the above copyright
00013      notice, this list of conditions and the following disclaimer in the
00014      documentation and/or other materials provided with the distribution.
00015 
00016   *  The name of Fabasoft R&D Software GmbH & Co KG or any of its subsidiaries, 
00017      brand or product names may not be used to endorse or promote products 
00018      derived from this software without specific prior written permission.
00019 
00020   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER ``AS IS'' AND ANY
00021   EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
00022   IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
00023   PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT HOLDER BE
00024   LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
00025   CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
00026   SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
00027   BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
00028   WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
00029   OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
00030   IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
00031 */
00032 
00033 #ifdef WIN32
00034 
00035 #ifndef WINPIPE_H
00036 #define WINPIPE_H
00037 
00038 NETSNMP_IMPORT
00039 int create_winpipe_transport(int *pipefds);
00040 
00041 #endif
00042 
00043 #endif
00044