chiark / gitweb /
Accept unquoted cookie paths, even though they are formally illegal.
[disorder] / lib / trackname.h
index b40c626ddfbca9837bc61a513643f08cb56d8de0..3d5ba65bac01b4a8e6f1fbed1439bb7cb788797f 100644 (file)
@@ -21,6 +21,9 @@
 #ifndef TRACKNAME_H
 #define TRACKNAME_H
 
+const struct collection *find_track_collection(const char *track);
+/* find the collection for @track@ */
+
 const char *find_track_root(const char *track);
 /* find the collection root for @track@ */