aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_network_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-01-24 12:03:32 +0000
committerChristian Grothoff <christian@grothoff.org>2011-01-24 12:03:32 +0000
commit48718834d4fb6c411ff5b00b86662a3dee3ac6cc (patch)
treea5651f8f3066fb0e68bfc87cbd23be1c0dea6ba5 /src/include/gnunet_network_lib.h
parent1b97726713d88e1ec485aa1e827365a707ebc02f (diff)
downloadgnunet-48718834d4fb6c411ff5b00b86662a3dee3ac6cc.tar.gz
gnunet-48718834d4fb6c411ff5b00b86662a3dee3ac6cc.zip
UNIX domain socket authentication support added
Diffstat (limited to 'src/include/gnunet_network_lib.h')
-rw-r--r--src/include/gnunet_network_lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gnunet_network_lib.h b/src/include/gnunet_network_lib.h
index 73303689a..34cb7bc32 100644
--- a/src/include/gnunet_network_lib.h
+++ b/src/include/gnunet_network_lib.h
@@ -309,6 +309,7 @@ void GNUNET_NETWORK_fdset_add (struct GNUNET_NETWORK_FDSet *dst,
309void GNUNET_NETWORK_fdset_copy (struct GNUNET_NETWORK_FDSet *to, 309void GNUNET_NETWORK_fdset_copy (struct GNUNET_NETWORK_FDSet *to,
310 const struct GNUNET_NETWORK_FDSet *from); 310 const struct GNUNET_NETWORK_FDSet *from);
311 311
312
312/** 313/**
313 * Return file descriptor for this network handle 314 * Return file descriptor for this network handle
314 * 315 *