upnperrors.h

Go to the documentation of this file.
00001 /* $Id: upnperrors.h,v 1.2 2008/07/02 23:31:15 nanard Exp $ */
00002 /* (c) 2007 Thomas Bernard
00003  * All rights reserved.
00004  * MiniUPnP Project.
00005  * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
00006  * This software is subjet to the conditions detailed in the
00007  * provided LICENCE file. */
00008 #ifndef __UPNPERRORS_H__
00009 #define __UPNPERRORS_H__
00010 
00011 #include "declspec.h"
00012 
00013 #ifdef __cplusplus
00014 extern "C" {
00015 #endif
00016 
00017 /* strupnperror()
00018  * Return a string description of the UPnP error code 
00019  * or NULL for undefinded errors */
00020 LIBSPEC const char * strupnperror(int err);
00021 
00022 #ifdef __cplusplus
00023 }
00024 #endif
00025 
00026 #endif
Generated on Mon Aug 30 22:58:55 2010 for Vidalia by  doxygen 1.6.3