Diff for /embedaddon/miniupnpc/minisoap.h between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:16:22 version 1.1.1.2, 2013/07/22 00:36:10
Line 4 Line 4
  * Copyright (c) 2005 Thomas Bernard   * Copyright (c) 2005 Thomas Bernard
  * This software is subject to the conditions detailed in the   * This software is subject to the conditions detailed in the
  * LICENCE file provided in this distribution. */   * LICENCE file provided in this distribution. */
#ifndef __MINISOAP_H__#ifndef MINISOAP_H_INCLUDED
#define __MINISOAP_H__#define MINISOAP_H_INCLUDED
   
 /*int httpWrite(int, const char *, int, const char *);*/  /*int httpWrite(int, const char *, int, const char *);*/
 int soapPostSubmit(int, const char *, const char *, unsigned short,  int soapPostSubmit(int, const char *, const char *, unsigned short,

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>