*/
/**
- * @file chat/chat_api.c
+ * @file chat/chat.c
* @brief convenience API for sending and receiving chat messages
* @author Christian Grothoff
* @author Nathan Evans
* Try it for upward reconstruction of the data. On success,
* the top-level block will move to state BRS_DOWNLOAD_UP.
*
- * @param dr one of our request entries
+ * @param dc context for the download
* @param dr download request to match against
* @param data plaintext data, starting from the beginning of the file
* @param data_len number of bytes in data
* @param it_cls closure for it
*/
void
-GSF_connected_peer_unregister_disconnect_callback_ (struct GSF_ConnectedPeer *cp,
- GSF_PendingRequestIterator it,
- void *it_cls);
+GSF_local_client_unregister_disconnect_callback_ (struct GSF_LocalClient *lc,
+ GSF_PendingRequestIterator it,
+ void *it_cls);
#endif
/* end of gnunet-service-fs_lc.h */
/**
* Function to sort the message into the message fragment queue
* @param plugin the plugin struct
- * @param message to sort into the queue
+ * @param fm message to sort into the queue
*/
static void
sort_fragment_into_queue (struct Plugin * plugin, struct FragmentMessage * fm){
int
GNUNET_GETOPT_increment_value (struct
GNUNET_GETOPT_CommandLineProcessorContext *ctx,
- void *scls, const char *cmdLineOption,
+ void *scls, const char *option,
const char *value)
{
int *val = scls;