File Info

Rev. 4e2a486e0e028f06bf162c45c7b9e248c4e1bdbc
Size 540 bytes
Time 2023-12-27 23:02:53
Author simphone
Log Message

simphone 0.9.2 libraries

Content

/* $Id: minisoap.h,v 1.6 2018/04/06 10:53:13 nanard Exp $ */
/* Project : miniupnp
 * Author : Thomas Bernard
 * Copyright (c) 2005-2018 Thomas Bernard
 * This software is subject to the conditions detailed in the
 * LICENCE file provided in this distribution. */
#ifndef MINISOAP_H_INCLUDED
#define MINISOAP_H_INCLUDED

#include "miniupnpc_socketdef.h"

/*int httpWrite(int, const char *, int, const char *);*/
int soapPostSubmit(SOCKET, const char *, const char *, unsigned short,
		   const char *, const char *, const char *);

#endif

Show on old repository browser