aboutsummaryrefslogtreecommitdiff
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.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/include/gnunet_socks.h b/src/include/gnunet_socks.h
index b82fc2afb..68a4677dd 100644
--- a/src/include/gnunet_socks.h
+++ b/src/include/gnunet_socks.h
@@ -11,12 +11,12 @@
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
18 SPDX-License-Identifier: AGPL3.0-or-later 18 SPDX-License-Identifier: AGPL3.0-or-later
19*/ 19 */
20 20
21/** 21/**
22 * @author Jeffrey Burdges 22 * @author Jeffrey Burdges
@@ -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 */