chiark / gitweb /
web support for noticed.db
[disorder] / server / trackdb.h
index d142f8a7cc86e33507d13ee71e2057736dc274ff..b3b37157e8213f2e371da847c366ddb77c48d8f9 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,8 @@ 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);
+
 #endif /* TRACKDB_H */
 
 /*