Do not crash if key is NULL.
[oweals/gnunet.git] / src / fs / gnunet-service-fs_lc.h
index ebfb129275dd5cb1186c1b588ca8a2e4bacf13c7..3bddb8947831c844583c42fc3aaa56de1eecfe6f 100644 (file)
@@ -48,7 +48,7 @@ GSF_local_client_lookup_ (struct GNUNET_SERVER_Client *client);
  *
  * @param client identification of the client
  * @param message the actual message
- * @param where to store the pending request handle for the request
+ * @param prptr where to store the pending request handle for the request
  * @return GNUNET_YES to start local processing,
  *         GNUNET_NO to not (yet) start local processing,
  *         GNUNET_SYSERR on error
@@ -57,7 +57,7 @@ int
 GSF_local_client_start_search_handler_ (struct GNUNET_SERVER_Client *client,
                                         const struct GNUNET_MessageHeader
                                         *message,
-                                       struct GSF_PendingRequest **prptr);
+                                        struct GSF_PendingRequest **prptr);
 
 
 /**