chiark / gitweb /
compute Sentence_Break as well
[disorder] / lib / trackname.h
index cb227e0a92f90ba38b333eb78718dba12aa62f10..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@ */
 
@@ -63,4 +66,3 @@ comment-column:40
 fill-column:79
 End:
 */
-/* arch-tag:JwJ4jz+OgN1Th4UTvpqQ5Q */