aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_socks.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-05 15:09:28 +0200
committerChristian Grothoff <christian@grothoff.org>2019-10-05 15:09:28 +0200
commitc4e9ba925ffd758aaa3feee2ccfc0b76f26fe207 (patch)
treecac3ce030d77b4cbe7c7dc62ed58cfe6d24f73e1 /src/include/gnunet_socks.h
parentfbb71d527c7d6babf269a8fefce1db291b9f7068 (diff)
downloadgnunet-c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207.tar.gz
gnunet-c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207.zip
global reindent, now with uncrustify hook enabled
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 */