Diff for /embedaddon/miniupnpc/upnperrors.h between versions 1.1 and 1.1.1.2

version 1.1, 2012/02/21 23:16:22 version 1.1.1.2, 2013/07/22 00:36:10
Line 5 Line 5
  * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/   * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
  * This software is subjet to the conditions detailed in the   * This software is subjet to the conditions detailed in the
  * provided LICENCE file. */   * provided LICENCE file. */
#ifndef __UPNPERRORS_H__#ifndef UPNPERRORS_H_INCLUDED
#define __UPNPERRORS_H__#define UPNPERRORS_H_INCLUDED
   
 #include "declspec.h"  #include "declspec.h"
   
Line 15  extern "C" { Line 15  extern "C" {
 #endif  #endif
   
 /* strupnperror()  /* strupnperror()
 * Return a string description of the UPnP error code  * Return a string description of the UPnP error code
  * or NULL for undefinded errors */   * or NULL for undefinded errors */
 LIBSPEC const char * strupnperror(int err);  LIBSPEC const char * strupnperror(int err);
   

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


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