aboutsummaryrefslogtreecommitdiff
path: root/external/miniupnpc/upnperrors.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2018-04-21 22:01:54 +0200
committerRiccardo Spagni <ric@spagni.net>2018-04-21 22:01:54 +0200
commit8fdf645397654956b74d6ddcd79f94bfa7bf2c5f (patch)
tree507f8764f20cd3254f5a411e6619e24fd12489bd /external/miniupnpc/upnperrors.h
parentMerge pull request #3579 (diff)
parentBuild: remove UPnP definition from snap (diff)
downloadmonero-8fdf645397654956b74d6ddcd79f94bfa7bf2c5f.tar.xz
Merge pull request #3670
19e01378 Build: remove UPnP definition from snap (anonimal) 6b853980 Build: update CMake and p2p for in-tree miniupnp (anonimal) 859db52f CMake: update new location of in-tree miniupnpc (anonimal) f21df05c Build: add miniupnp submodule (anonimal) 10685648 Build: remove in-tree miniupnpc (anonimal)
Diffstat (limited to 'external/miniupnpc/upnperrors.h')
-rw-r--r--external/miniupnpc/upnperrors.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/external/miniupnpc/upnperrors.h b/external/miniupnpc/upnperrors.h
deleted file mode 100644
index 8499d9a1c..000000000
--- a/external/miniupnpc/upnperrors.h
+++ /dev/null
@@ -1,26 +0,0 @@
-/* $Id: upnperrors.h,v 1.2 2008/07/02 23:31:15 nanard Exp $ */
-/* (c) 2007-2015 Thomas Bernard
- * All rights reserved.
- * MiniUPnP Project.
- * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
- * This software is subjet to the conditions detailed in the
- * provided LICENCE file. */
-#ifndef UPNPERRORS_H_INCLUDED
-#define UPNPERRORS_H_INCLUDED
-
-#include "miniupnpc_declspec.h"
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-/* strupnperror()
- * Return a string description of the UPnP error code
- * or NULL for undefinded errors */
-MINIUPNP_LIBSPEC const char * strupnperror(int err);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif