|
Odamex
Setting the Standard in Multiplayer Doom
|
00001 /* $Id: minisoap.h,v 1.4 2010/04/12 20:39:41 nanard Exp $ */ 00002 /* Project : miniupnp 00003 * Author : Thomas Bernard 00004 * Copyright (c) 2005 Thomas Bernard 00005 * This software is subject to the conditions detailed in the 00006 * LICENCE file provided in this distribution. */ 00007 #ifndef __MINISOAP_H__ 00008 #define __MINISOAP_H__ 00009 00010 /*int httpWrite(int, const char *, int, const char *);*/ 00011 int soapPostSubmit(int, const char *, const char *, unsigned short, 00012 const char *, const char *, const char *); 00013 00014 #endif 00015