aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_client.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-07-10 07:48:41 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-07-10 07:48:41 +0000
commitf3ddecf43857f42021779f826a2973e6ca7c289e (patch)
treed9aabacff61ac6692559ba0066dc6e49f53938d7 /src/transport/plugin_transport_http_client.c
parent6b8400966a5e6c2194785b3a33f91b748cfa7b7b (diff)
downloadgnunet-f3ddecf43857f42021779f826a2973e6ca7c289e.tar.gz
gnunet-f3ddecf43857f42021779f826a2973e6ca7c289e.zip
changed return type to enum
added get_network to template
Diffstat (limited to 'src/transport/plugin_transport_http_client.c')
-rw-r--r--src/transport/plugin_transport_http_client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/plugin_transport_http_client.c b/src/transport/plugin_transport_http_client.c
index 7c3cebee3..365a3c2bd 100644
--- a/src/transport/plugin_transport_http_client.c
+++ b/src/transport/plugin_transport_http_client.c
@@ -1444,8 +1444,8 @@ client_connect (struct Session *s)
1444 * @param session the session 1444 * @param session the session
1445 * @return the network type in HBO or GNUNET_SYSERR 1445 * @return the network type in HBO or GNUNET_SYSERR
1446 */ 1446 */
1447int http_client_get_network (void *cls, 1447static enum GNUNET_ATS_Network_Type
1448 void *session) 1448http_client_get_network (void *cls, void *session)
1449{ 1449{
1450 struct Session *s = (struct Session *) session; 1450 struct Session *s = (struct Session *) session;
1451 GNUNET_assert (NULL != s); 1451 GNUNET_assert (NULL != s);