chiark / gitweb /
implement expiry of newly added tracks list
[disorder] / server / trackdb.h
index 54e72146996634af74f4f9e2cb0278c35b4a4ffe..cb9e63950cffe072bad4e0e03b20b3e1394e22a4 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * This file is part of DisOrder
- * Copyright (C) 2005, 2006 Richard Kettlewell
+ * Copyright (C) 2005, 2006, 2007 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
@@ -117,6 +117,10 @@ void trackdb_set_global(const char *name,
 const char *trackdb_get_global(const char *name);
 /* get a global pref */
 
+char **trackdb_new(int *ntracksp, int maxtracks);
+
+void trackdb_expire_noticed(time_t when);
+
 #endif /* TRACKDB_H */
 
 /*
@@ -127,4 +131,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:Y8z+2jDRros3Nz67LFBlzA */