Vidalia 0.2.10
|
00001 /* $Id: minisoap.h,v 1.3 2006/11/19 22:32:34 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 *); 00013 00014 #endif 00015