chiark / gitweb /
disorder-choose now supports everything that the old track picker does.
[disorder] / lib / trackdb-int.h
index 2528c675e5ac7b9b62ce1049d0b1f9bda0af2d65..ac2d3eae95c7e7630db605011d9341bc51d3707c 100644 (file)
@@ -145,6 +145,9 @@ int trackdb_get_global_tid(const char *name,
                            DB_TXN *tid,
                            const char **rp);
 
+char **parsetags(const char *s);
+int tag_intersection(char **a, char **b);
+
 #endif /* TRACKDB_INT_H */
 
 /*