00001 /* $Id: upnperrors.h,v 1.1 2007/12/22 11:28:04 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 /* strupnperror() 00012 * Return a string description of the UPnP error code 00013 * or NULL for undefinded errors */ 00014 const char * strupnperror(int err); 00015 00016 #endif