Diff for /embedaddon/miniupnpc/minissdpc.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 5 Line 5
  * Copyright (c) 2005-2007 Thomas Bernard   * Copyright (c) 2005-2007 Thomas Bernard
  * This software is subjects to the conditions detailed   * This software is subjects to the conditions detailed
  * in the LICENCE file provided within this distribution */   * in the LICENCE file provided within this distribution */
#ifndef __MINISSDPC_H__#ifndef MINISSDPC_H_INCLUDED
#define __MINISSDPC_H__#define MINISSDPC_H_INCLUDED
   
 struct UPNPDev *  struct UPNPDev *
 getDevicesFromMiniSSDPD(const char * devtype, const char * socketpath);  getDevicesFromMiniSSDPD(const char * devtype, const char * socketpath);

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


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