X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/763d5e6ad88ef3ba1cd1d7742d060e4f1e54c6b8..78efa64e092d96e15dc40283b73f3af117b2d0a3:/server/trackdb.h diff --git a/server/trackdb.h b/server/trackdb.h index d142f8a..b3b3715 100644 --- a/server/trackdb.h +++ b/server/trackdb.h @@ -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 */ /*