chiark / gitweb /
Bring CGI docs pretty much up to date
[disorder] / lib / trackname.h
index cb227e0a92f90ba38b333eb78718dba12aa62f10..129e1b5f1c337beb168eb477d689e2177c0b2d15 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * This file is part of DisOrder
- * Copyright (C) 2005, 2006 Richard Kettlewell
+ * Copyright (C) 2005-2008 Richard Kettlewell
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -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 */