chiark / gitweb /
log rtp timestamp updates (which shows that they are wrong)
[disorder] / server / trackdb-int.h
index 7e14fb7d70cb4b0bdc5e76761583c9c7fd12387d..81cd261332fb3365bb46466095d6d6a7ae45d573 100644 (file)
@@ -82,9 +82,9 @@ int trackdb_scan(const char *root,
                                  DB_TXN *tid),
                  void *u,
                  DB_TXN *tid);
-/* Call CALLBACK for each non-alias track below ROOT.  Return 0 or
- * DB_LOCK_DEADLOCK.  CALLBACK should return 0 on success or EINTR to cancel
- * the scan. */
+/* Call CALLBACK for each non-alias track below ROOT (or all tracks if ROOT is
+ * 0).  Return 0 or DB_LOCK_DEADLOCK.  CALLBACK should return 0 on success or
+ * EINTR to cancel the scan. */
 
 /* fill KEY in with S, returns KEY */
 static inline DBT *make_key(DBT *key, const char *s) {
@@ -121,4 +121,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:BJ2D2N4ftvK2bQRnaLuFIg */