summaryrefslogtreecommitdiff
path: root/thirdparty/miniupnpc/src/miniwget_private.h
diff options
context:
space:
mode:
authorFabio Alessandrelli <fabio.alessandrelli@gmail.com>2021-11-19 15:35:20 +0100
committerGitHub <noreply@github.com>2021-11-19 15:35:20 +0100
commit1db8cf0d81765c36775fe78a7464638d04ba9937 (patch)
tree82345233af5818bde62fdd6f8df122fe1dd46c3a /thirdparty/miniupnpc/src/miniwget_private.h
parent42f8bfaff0dc5a94ca351b1eaadc42cb95655b87 (diff)
parent432ac521ef50ca41a81cffc1770cb46f72a422f6 (diff)
Merge pull request #55117 from akien-mga/miniupnpc-2.2.3
miniupnpc: Update to version 2.2.3
Diffstat (limited to 'thirdparty/miniupnpc/src/miniwget_private.h')
-rw-r--r--thirdparty/miniupnpc/src/miniwget_private.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/thirdparty/miniupnpc/src/miniwget_private.h b/thirdparty/miniupnpc/src/miniwget_private.h
new file mode 100644
index 0000000000..e4eaac8085
--- /dev/null
+++ b/thirdparty/miniupnpc/src/miniwget_private.h
@@ -0,0 +1,15 @@
+/* $Id: miniwget_private.h,v 1.1 2018/04/06 10:17:58 nanard Exp $ */
+/* Project : miniupnp
+ * Author : Thomas Bernard
+ * Copyright (c) 2018 Thomas Bernard
+ * This software is subject to the conditions detailed in the
+ * LICENCE file provided in this distribution.
+ * */
+#ifndef MINIWGET_INTERNAL_H_INCLUDED
+#define MINIWGET_INTERNAL_H_INCLUDED
+
+#include "miniupnpc_socketdef.h"
+
+void * getHTTPResponse(SOCKET s, int * size, int * status_code);
+
+#endif