SRB2/libs/miniupnpc/src/minisoap.h

18 lines
540 B
C
Raw Normal View History

2023-12-30 16:35:35 +00:00
/* $Id: minisoap.h,v 1.6 2018/04/06 10:53:13 nanard Exp $ */
2014-03-15 16:59:03 +00:00
/* Project : miniupnp
* Author : Thomas Bernard
2023-12-30 16:35:35 +00:00
* Copyright (c) 2005-2018 Thomas Bernard
2014-03-15 16:59:03 +00:00
* This software is subject to the conditions detailed in the
* LICENCE file provided in this distribution. */
2023-12-30 16:35:35 +00:00
#ifndef MINISOAP_H_INCLUDED
#define MINISOAP_H_INCLUDED
#include "miniupnpc_socketdef.h"
2014-03-15 16:59:03 +00:00
/*int httpWrite(int, const char *, int, const char *);*/
2023-12-30 16:35:35 +00:00
int soapPostSubmit(SOCKET, const char *, const char *, unsigned short,
2014-03-15 16:59:03 +00:00
const char *, const char *, const char *);
#endif