2014-04-27 19:31:10 +00:00
|
|
|
/* $Id: minisoap.h,v 1.5 2012/09/27 15:42:10 nanard Exp $ */
|
2007-11-06 16:02:50 +00:00
|
|
|
/* Project : miniupnp
|
|
|
|
* Author : Thomas Bernard
|
|
|
|
* Copyright (c) 2005 Thomas Bernard
|
|
|
|
* This software is subject to the conditions detailed in the
|
|
|
|
* LICENCE file provided in this distribution. */
|
2014-04-27 19:31:10 +00:00
|
|
|
#ifndef MINISOAP_H_INCLUDED
|
|
|
|
#define MINISOAP_H_INCLUDED
|
2007-11-06 16:02:50 +00:00
|
|
|
|
|
|
|
/*int httpWrite(int, const char *, int, const char *);*/
|
|
|
|
int soapPostSubmit(int, const char *, const char *, unsigned short,
|
2010-04-13 00:11:34 +00:00
|
|
|
const char *, const char *, const char *);
|
2007-11-06 16:02:50 +00:00
|
|
|
|
|
|
|
#endif
|
|
|
|
|