doxygen
authorChristian Grothoff <christian@grothoff.org>
Thu, 27 Jan 2011 09:07:42 +0000 (09:07 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 27 Jan 2011 09:07:42 +0000 (09:07 +0000)
src/chat/chat.c
src/fs/fs_download.c
src/fs/gnunet-service-fs_lc.h
src/transport/plugin_transport_wlan.c
src/util/getopt_helpers.c

index 14480c3e217b4a1e20297363dcdfafda052b85a4..da1237d84b48c12fda557451173f927b2e1896d6 100644 (file)
@@ -19,7 +19,7 @@
 */
 
 /**
- * @file chat/chat_api.c
+ * @file chat/chat.c
  * @brief convenience API for sending and receiving chat messages
  * @author Christian Grothoff
  * @author Nathan Evans
index ca972861d1ee60b6dd0e09d25cd7c4f2c23de18d..55834c04806b37d2ebb8f158c95d778b66894271 100644 (file)
@@ -463,7 +463,7 @@ check_completed (struct GNUNET_FS_DownloadContext *dc)
  * 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
index edc199fd88904ef14a7d33526fe6ecb0cdd2b537..2663fbc670bc3baefd22378baf75393a1ee13efb 100644 (file)
@@ -111,9 +111,9 @@ GSF_local_client_register_disconnect_callback_ (struct GSF_LocalClient *lc,
  * @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 */
index f17d37146af8f9751e749f951c093ac02cda7080..d35ef7735a15ab126f307cda42ca13dbc636e741 100644 (file)
@@ -894,7 +894,7 @@ get_next_queue_Session (struct Plugin * plugin){
 /**
  * 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){
index d74f6ec9f2c1d53d56db012773fc60be5c76b25c..c0646c302bd799a25a0735070127a384ec8c2e44 100644 (file)
@@ -168,7 +168,7 @@ GNUNET_GETOPT_format_help_ (struct GNUNET_GETOPT_CommandLineProcessorContext
 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;