aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_connection_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_connection_lib.h')
-rw-r--r--src/include/gnunet_connection_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_connection_lib.h b/src/include/gnunet_connection_lib.h
index 9a0d1cfbe..1a3ef4b54 100644
--- a/src/include/gnunet_connection_lib.h
+++ b/src/include/gnunet_connection_lib.h
@@ -99,7 +99,7 @@ struct GNUNET_CONNECTION_Handle
99 GNUNET_SCHEDULER_Handle 99 GNUNET_SCHEDULER_Handle
100 *sched, 100 *sched,
101 struct 101 struct
102 GNUNET_NETWORK_Descriptor 102 GNUNET_NETWORK_Handle
103 *osSocket, size_t maxbuf); 103 *osSocket, size_t maxbuf);
104 104
105 105
@@ -122,7 +122,7 @@ struct GNUNET_CONNECTION_Handle
122 GNUNET_CONNECTION_AccessCheck 122 GNUNET_CONNECTION_AccessCheck
123 access, void *access_cls, 123 access, void *access_cls,
124 struct 124 struct
125 GNUNET_NETWORK_Descriptor 125 GNUNET_NETWORK_Handle
126 *lsock, size_t maxbuf); 126 *lsock, size_t maxbuf);
127 127
128 128