summaryrefslogtreecommitdiff
path: root/src/include/gnunet_socks.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_socks.h')
-rw-r--r--src/include/gnunet_socks.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/gnunet_socks.h b/src/include/gnunet_socks.h
index 68a4677dd..1a6ae1119 100644
--- a/src/include/gnunet_socks.h
+++ b/src/include/gnunet_socks.h
@@ -52,8 +52,8 @@ extern "C"
52 * @return GNUNET_YES if so, GNUNET_NO if not 52 * @return GNUNET_YES if so, GNUNET_NO if not
53 */ 53 */
54int 54int
55GNUNET_SOCKS_check_service(const char *service_name, 55GNUNET_SOCKS_check_service (const char *service_name,
56 const struct GNUNET_CONFIGURATION_Handle *cfg); 56 const struct GNUNET_CONFIGURATION_Handle *cfg);
57 57
58 58
59/** 59/**
@@ -65,8 +65,8 @@ GNUNET_SOCKS_check_service(const char *service_name,
65 * NULL if SOCKS not configured or not configured properly 65 * NULL if SOCKS not configured or not configured properly
66 */ 66 */
67struct GNUNET_CONNECTION_Handle * 67struct GNUNET_CONNECTION_Handle *
68GNUNET_SOCKS_do_connect(const char *service_name, 68GNUNET_SOCKS_do_connect (const char *service_name,
69 const struct GNUNET_CONFIGURATION_Handle *cfg); 69 const struct GNUNET_CONFIGURATION_Handle *cfg);
70 70
71 71
72#if 0 /* keep Emacsens' auto-indent happy */ 72#if 0 /* keep Emacsens' auto-indent happy */