X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/460b9539a7c15580e41a71bbc0f47ae776238915..ceb044f4e944cd32110619d50b8ccb6dfddd3ac1:/server/trackdb-int.h?ds=sidebyside diff --git a/server/trackdb-int.h b/server/trackdb-int.h index 7e14fb7..81cd261 100644 --- a/server/trackdb-int.h +++ b/server/trackdb-int.h @@ -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 */