aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_common.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-01-17 16:21:37 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-01-17 16:21:37 +0000
commit6c75b8a6af8b2127f36b0286d19e043afe235f77 (patch)
treeb80fa2b600676749b8af173f0395e5fca6b0417e /src/transport/plugin_transport_http_common.h
parent98ff7cc0d495e235024467467c77409ac5359253 (diff)
downloadgnunet-6c75b8a6af8b2127f36b0286d19e043afe235f77.tar.gz
gnunet-6c75b8a6af8b2127f36b0286d19e043afe235f77.zip
address parsing
Diffstat (limited to 'src/transport/plugin_transport_http_common.h')
-rw-r--r--src/transport/plugin_transport_http_common.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_http_common.h b/src/transport/plugin_transport_http_common.h
index 85793ce7f..0cc6de5ee 100644
--- a/src/transport/plugin_transport_http_common.h
+++ b/src/transport/plugin_transport_http_common.h
@@ -26,7 +26,7 @@
26 26
27#include "platform.h" 27#include "platform.h"
28#include "gnunet_common.h" 28#include "gnunet_common.h"
29 29#include "gnunet_transport_plugin.h"
30/** 30/**
31 * Timeout values for testing 31 * Timeout values for testing
32 */ 32 */
@@ -50,6 +50,11 @@
50 50
51#endif 51#endif
52 52
53struct SplittedHTTPAddress;
54
55struct SplittedHTTPAddress *
56http_split_address (const char * addr);
57
53/** 58/**
54 * Convert the transports address to a nice, human-readable 59 * Convert the transports address to a nice, human-readable
55 * format. 60 * format.