aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-01-21 14:59:25 +0000
committerChristian Grothoff <christian@grothoff.org>2010-01-21 14:59:25 +0000
commit6b61acedd63ec9d3ec8fb1589b6baf2cbdf254a4 (patch)
treeaf69e8265126a650dfcfb37f80857d383042eaac /src/include
parent725a6d5cdbcc11b21e992edb20344f1695e076cc (diff)
downloadgnunet-6b61acedd63ec9d3ec8fb1589b6baf2cbdf254a4.tar.gz
gnunet-6b61acedd63ec9d3ec8fb1589b6baf2cbdf254a4.zip
indent
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_connection_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_connection_lib.h b/src/include/gnunet_connection_lib.h
index 78bdaf8e4..570431165 100644
--- a/src/include/gnunet_connection_lib.h
+++ b/src/include/gnunet_connection_lib.h
@@ -254,7 +254,7 @@ void *GNUNET_CONNECTION_receive_cancel (struct
254 * @return number of bytes written to buf 254 * @return number of bytes written to buf
255 */ 255 */
256typedef size_t (*GNUNET_CONNECTION_TransmitReadyNotify) (void *cls, 256typedef size_t (*GNUNET_CONNECTION_TransmitReadyNotify) (void *cls,
257 size_t size, void *buf); 257 size_t size, void *buf);
258 258
259 259
260/** 260/**