doxygen for chat
authorChristian Grothoff <christian@grothoff.org>
Sun, 6 Mar 2011 15:22:31 +0000 (15:22 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 6 Mar 2011 15:22:31 +0000 (15:22 +0000)
src/chat/chat.c
src/chat/gnunet-chat.c
src/fs/Makefile.am

index 3c8f9a86266b14aac01f977569443574a075c38e..9b5f62e562916af241d28e29bd228a27ad1dafb9 100644 (file)
@@ -648,6 +648,8 @@ GNUNET_CHAT_leave_room (struct GNUNET_CHAT_Room *chat_room)
  * @param member_info information about the joining member
  * @param room_name name of the room
  * @param msg_options message options of the joining user
+ * @param joinCallback function to call on successful join
+ * @param join_cls closure for joinCallback 
  * @param messageCallback which function to call if a message has
  *        been received?
  * @param message_cls argument to callback
index 12366695a880911642f9f8ad88c74d4ed4dec990..1b8dcbd14ceaa15a714d1a7f10641a504e7c3e3b 100644 (file)
@@ -97,8 +97,9 @@ join_cb (void *cls)
  * @param cls closure, NULL
  * @param room in which room was the message received?
  * @param sender what is the ID of the sender? (maybe NULL)
- * @param meta information about the joining member
+ * @param member_info information about the joining member
  * @param message the message text
+ * @param timestamp time when the member joined
  * @param options options for the message
  * @return GNUNET_OK to accept the message now, GNUNET_NO to
  *         accept (but user is away), GNUNET_SYSERR to signal denied delivery
@@ -174,8 +175,6 @@ receive_cb (void *cls,
  * @param orig_seq_number sequence number of the original message
  * @param timestamp when was the message received?
  * @param receiver who is confirming the receipt?
- * @param msg_hash hash of the original message
- * @param receipt signature confirming delivery
  * @return GNUNET_OK to continue, GNUNET_SYSERR to refuse processing further
  *         confirmations from anyone for this message
  */
index 5aa3b7f2b8ae607fb9df6d47ab3b68116fc6e345..d758629dbac3429222af649e34a553a4799f4a08 100644 (file)
@@ -106,8 +106,14 @@ gnunet_search_DEPENDENCIES = \
   libgnunetfs.la
 
 gnunet_service_fs_SOURCES =  \
- gnunet-service-fs.c \
- gnunet-service-fs_indexing.c gnunet-service-fs_indexing.h 
+ gnunet-service-fs.c gnunet-service-fs.h \
+ gnunet-service-fs_cp.c gnunet-service-fs_cp.h \
+ gnunet-service-fs_indexing.c gnunet-service-fs_indexing.h \
+ gnunet-service-fs_lc.c gnunet-service-fs_lc.h \
+ gnunet-service-fs_pe.c gnunet-service-fs_pe.h \
+ gnunet-service-fs_pr.c gnunet-service-fs_pr.h \
+ gnunet-service-fs_push.c gnunet-service-fs_push.h \
+ gnunet-service-fs_put.c gnunet-service-fs_put.h 
 gnunet_service_fs_LDADD =  \
  $(top_builddir)/src/fs/libgnunetfs.la \
  $(top_builddir)/src/dht/libgnunetdht.la \