Vidalia 0.2.12

minissdpc.h

Go to the documentation of this file.
00001 /* $Id: minissdpc.h,v 1.1 2007/08/31 15:15:33 nanard Exp $ */
00002 /* Project: miniupnp
00003  * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
00004  * Author: Thomas Bernard
00005  * Copyright (c) 2005-2007 Thomas Bernard
00006  * This software is subjects to the conditions detailed
00007  * in the LICENCE file provided within this distribution */
00008 #ifndef __MINISSDPC_H__
00009 #define __MINISSDPC_H__
00010 
00011 struct UPNPDev *
00012 getDevicesFromMiniSSDPD(const char * devtype, const char * socketpath);
00013 
00014 #endif
00015