Do not crash if key is NULL.
[oweals/gnunet.git] / src / fs / gnunet-service-fs_pr.h
index 022e13eb47c7e2a7a2179d8f5f1599a693ca3dc7..309565d7e55927fec9351931c945a159393beaf3 100644 (file)
@@ -351,12 +351,12 @@ GSF_dht_lookup_ (struct GSF_PendingRequest *pr);
 
 
 /**
- * Consider downloading via mesh (if possible)
+ * Consider downloading via cadet (if possible)
  *
  * @param pr the pending request to process
  */
 void
-GSF_mesh_lookup_ (struct GSF_PendingRequest *pr);
+GSF_cadet_lookup_ (struct GSF_PendingRequest *pr);
 
 
 /**