/**
* Abort the SKS publishing operation.
*
- * @param sc context of the operation to abort.
+ * @param psc context of the operation to abort.
*/
void
GNUNET_FS_publish_sks_cancel (struct GNUNET_FS_PublishSksContext *psc)
/**
* Abort the namespace advertisement operation.
*
- * @param pkc context of the operation to abort.
+ * @param ac context of the operation to abort.
*/
void
GNUNET_FS_namespace_advertise_cancel (struct GNUNET_FS_AdvertisementContext *ac)
/**
* Abort the namespace advertisement operation.
*
- * @param pkc context of the operation to abort.
+ * @param ac context of the operation to abort.
*/
void
GNUNET_FS_namespace_advertise_cancel (struct GNUNET_FS_AdvertisementContext *ac);
* Iterator called on each result obtained for a GNS
* lookup
*
- *
* @param cls closure
* @param name "name" of the original lookup
* @param record the records in reply
- * // FIXME: shouldn't this then be an array of pointers? - not sure as of yet
* @param num_records the number of records in reply
*/
typedef void (*GNUNET_GNS_LookupIterator) (void *cls,
/**
- * Disconnect from the namestore service (and free
- * associated resources).
+ * Disconnect from the namestore service (and free associated
+ * resources).
*
* @param h handle to the namestore
* @param drop set to GNUNET_YES to delete all data in namestore (!)
* the signature.
*
* @param cls a 'struct DeleteContext' with a revision to compare against
- * @param zone public key of the zone
+ * @param zone_key public key of the zone
* @param loc location of the root in the B-tree (depth, revision)
* @param top_sig signature signing the zone
* @param zone_time time the signature was created