aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-08-30 09:24:45 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-08-30 09:24:45 +0000
commit76e9a6b5cfd602b6c3eeadec11dd3811fddcfb90 (patch)
tree68b00f6dc04932ddc1426cc48c2c969aab2759be /src/include
parentd89572e31baedfab391428de67a376abc14ff849 (diff)
downloadgnunet-76e9a6b5cfd602b6c3eeadec11dd3811fddcfb90.tar.gz
gnunet-76e9a6b5cfd602b6c3eeadec11dd3811fddcfb90.zip
removing unique id code
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_server_lib.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/include/gnunet_server_lib.h b/src/include/gnunet_server_lib.h
index 682a265ff..f03d9625d 100644
--- a/src/include/gnunet_server_lib.h
+++ b/src/include/gnunet_server_lib.h
@@ -326,16 +326,6 @@ GNUNET_SERVER_client_get_address (struct GNUNET_SERVER_Client *client,
326 326
327 327
328/** 328/**
329 * Retrieve the unique id from the opaque defined GNUNET_SERVER_Client
330 *
331 * @param client the client
332 * @return the unique id
333 */
334uint64_t
335GNUNET_SERVER_client_get_id (struct GNUNET_SERVER_Client *client);
336
337
338/**
339 * Functions with this signature are called whenever a client 329 * Functions with this signature are called whenever a client
340 * is disconnected on the network level. 330 * is disconnected on the network level.
341 * 331 *