-round expiration times to full seconds
[oweals/gnunet.git] / src / fs / fs_namespace.c
index 1aca144e139e70df8fc9887b8a3f177bfe31037c..2a7af082e363973a4a6bdbb05788bba3bc3759d9 100644 (file)
@@ -21,6 +21,7 @@
 /**
  * @file fs/fs_namespace.c
  * @brief publishing to namespaces, and tracking updateable entries
+ *        for our namespaces
  * @author Christian Grothoff
  */
 #include "platform.h"
@@ -120,6 +121,7 @@ struct GNUNET_FS_UpdateInformationGraph
  * Return the name of the directory in which we store
  * the update information graph for the given local namespace.
  *
+ * @param h file-sharing handle
  * @param ns namespace handle
  * @return NULL on error, otherwise the name of the directory
  */
@@ -183,9 +185,9 @@ free_update_information_graph (struct GNUNET_FS_UpdateInformationGraph *uig)
 
 
 /**
- * Write the namespace update node graph to a file.
+ * Write a namespace's update node graph to a file.
  *
- * @param ns namespace to dump
+ * @param uig update information graph to dump
  */
 static void
 write_update_information_graph (struct GNUNET_FS_UpdateInformationGraph *uig)