aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_lc.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-16 16:03:20 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-16 16:03:20 +0000
commit16a6919a9f98ee9fa1fee9dd262906c321004a19 (patch)
treee09d4fe5191dc329b3e1b667f2914f8313bcba59 /src/fs/gnunet-service-fs_lc.h
parent4d7904c62bb867c44e90b8e9f7cdbb4b283abc44 (diff)
downloadgnunet-16a6919a9f98ee9fa1fee9dd262906c321004a19.tar.gz
gnunet-16a6919a9f98ee9fa1fee9dd262906c321004a19.zip
even nicer indentation, thanks to LRN's indent patch
Diffstat (limited to 'src/fs/gnunet-service-fs_lc.h')
-rw-r--r--src/fs/gnunet-service-fs_lc.h23
1 files changed, 11 insertions, 12 deletions
diff --git a/src/fs/gnunet-service-fs_lc.h b/src/fs/gnunet-service-fs_lc.h
index 6b79690f1..c625edf0b 100644
--- a/src/fs/gnunet-service-fs_lc.h
+++ b/src/fs/gnunet-service-fs_lc.h
@@ -36,8 +36,8 @@
36 * @param client handle of the client 36 * @param client handle of the client
37 * @return handle to local client entry 37 * @return handle to local client entry
38 */ 38 */
39struct GSF_LocalClient *GSF_local_client_lookup_ (struct GNUNET_SERVER_Client 39struct GSF_LocalClient *
40 *client); 40GSF_local_client_lookup_ (struct GNUNET_SERVER_Client *client);
41 41
42 42
43/** 43/**
@@ -50,12 +50,10 @@ struct GSF_LocalClient *GSF_local_client_lookup_ (struct GNUNET_SERVER_Client
50 * @param message the actual message 50 * @param message the actual message
51 * @return pending request handle for the request, NULL on error 51 * @return pending request handle for the request, NULL on error
52 */ 52 */
53struct GSF_PendingRequest *GSF_local_client_start_search_handler_ (struct 53struct GSF_PendingRequest *
54 GNUNET_SERVER_Client 54GSF_local_client_start_search_handler_ (struct GNUNET_SERVER_Client *client,
55 *client, 55 const struct GNUNET_MessageHeader
56 const struct 56 *message);
57 GNUNET_MessageHeader
58 *message);
59 57
60 58
61/** 59/**
@@ -66,8 +64,9 @@ struct GSF_PendingRequest *GSF_local_client_start_search_handler_ (struct
66 * @param lc recipient 64 * @param lc recipient
67 * @param msg message to transmit to client 65 * @param msg message to transmit to client
68 */ 66 */
69void GSF_local_client_transmit_ (struct GSF_LocalClient *lc, 67void
70 const struct GNUNET_MessageHeader *msg); 68GSF_local_client_transmit_ (struct GSF_LocalClient *lc,
69 const struct GNUNET_MessageHeader *msg);
71 70
72 71
73/** 72/**
@@ -76,8 +75,8 @@ void GSF_local_client_transmit_ (struct GSF_LocalClient *lc,
76 * @param cls unused 75 * @param cls unused
77 * @param client handle of the client 76 * @param client handle of the client
78 */ 77 */
79void GSF_client_disconnect_handler_ (void *cls, 78void
80 struct GNUNET_SERVER_Client *client); 79GSF_client_disconnect_handler_ (void *cls, struct GNUNET_SERVER_Client *client);
81 80
82 81
83#endif 82#endif