aboutsummaryrefslogtreecommitdiff
path: root/external/miniupnpc/miniwget.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/miniwget.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/miniwget.h')
-rw-r--r--external/miniupnpc/miniwget.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/external/miniupnpc/miniwget.h b/external/miniupnpc/miniwget.h
deleted file mode 100644
index 0701494d0..000000000
--- a/external/miniupnpc/miniwget.h
+++ /dev/null
@@ -1,30 +0,0 @@
-/* $Id: miniwget.h,v 1.12 2016/01/24 17:24:36 nanard Exp $ */
-/* Project : miniupnp
- * Author : Thomas Bernard
- * Copyright (c) 2005-2016 Thomas Bernard
- * This software is subject to the conditions detailed in the
- * LICENCE file provided in this distribution.
- * */
-#ifndef MINIWGET_H_INCLUDED
-#define MINIWGET_H_INCLUDED
-
-#include "miniupnpc_declspec.h"
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-MINIUPNP_LIBSPEC void * getHTTPResponse(int s, int * size, int * status_code);
-
-MINIUPNP_LIBSPEC void * miniwget(const char *, int *, unsigned int, int *);
-
-MINIUPNP_LIBSPEC void * miniwget_getaddr(const char *, int *, char *, int, unsigned int, int *);
-
-int parseURL(const char *, char *, unsigned short *, char * *, unsigned int *);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif
-