123456789101112131415161718192021222324252627 |
- #ifndef UPNPERRORS_H_INCLUDED
- #define UPNPERRORS_H_INCLUDED
- #include "miniupnpc_declspec.h"
- #ifdef __cplusplus
- extern "C" {
- #endif
- MINIUPNP_LIBSPEC const char * strupnperror(int err);
- #ifdef __cplusplus
- }
- #endif
- #endif
|