aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_lc.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-15 21:46:35 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-15 21:46:35 +0000
commit502af2167f7c218366666ca4944bd7cc54b5b19a (patch)
treea91fec5cc9769d260640bd91c6633cb9cf395524 /src/fs/gnunet-service-fs_lc.h
parent03af5a603b7cc53432249d5854cd412aa90dde0d (diff)
downloadgnunet-502af2167f7c218366666ca4944bd7cc54b5b19a.tar.gz
gnunet-502af2167f7c218366666ca4944bd7cc54b5b19a.zip
indentation
Diffstat (limited to 'src/fs/gnunet-service-fs_lc.h')
-rw-r--r--src/fs/gnunet-service-fs_lc.h18
1 files changed, 10 insertions, 8 deletions
diff --git a/src/fs/gnunet-service-fs_lc.h b/src/fs/gnunet-service-fs_lc.h
index fb63a3571..c9d8ce191 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 * 39struct GSF_LocalClient *GSF_local_client_lookup_ (struct GNUNET_SERVER_Client
40GSF_local_client_lookup_ (struct GNUNET_SERVER_Client *client); 40 *client);
41 41
42 42
43/** 43/**
@@ -50,9 +50,12 @@ GSF_local_client_lookup_ (struct GNUNET_SERVER_Client *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 * 53struct GSF_PendingRequest *GSF_local_client_start_search_handler_ (struct
54GSF_local_client_start_search_handler_ (struct GNUNET_SERVER_Client *client, 54 GNUNET_SERVER_Client
55 const struct GNUNET_MessageHeader *message); 55 *client,
56 const struct
57 GNUNET_MessageHeader
58 *message);
56 59
57 60
58/** 61/**
@@ -65,7 +68,7 @@ GSF_local_client_start_search_handler_ (struct GNUNET_SERVER_Client *client,
65 */ 68 */
66void 69void
67GSF_local_client_transmit_ (struct GSF_LocalClient *lc, 70GSF_local_client_transmit_ (struct GSF_LocalClient *lc,
68 const struct GNUNET_MessageHeader *msg); 71 const struct GNUNET_MessageHeader *msg);
69 72
70 73
71/** 74/**
@@ -75,8 +78,7 @@ GSF_local_client_transmit_ (struct GSF_LocalClient *lc,
75 * @param client handle of the client 78 * @param client handle of the client
76 */ 79 */
77void 80void
78GSF_client_disconnect_handler_ (void *cls, 81GSF_client_disconnect_handler_ (void *cls, struct GNUNET_SERVER_Client *client);
79 struct GNUNET_SERVER_Client *client);
80 82
81 83
82#endif 84#endif