X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/763d5e6ad88ef3ba1cd1d7742d060e4f1e54c6b8..c3df9503faeb30706042d9add6b9db39b38ec164:/lib/client.h diff --git a/lib/client.h b/lib/client.h index 433e81c..773c555 100644 --- a/lib/client.h +++ b/lib/client.h @@ -1,6 +1,6 @@ /* * This file is part of DisOrder. - * Copyright (C) 2004, 2005, 2006 Richard Kettlewell + * Copyright (C) 2004, 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 @@ -181,6 +181,11 @@ int disorder_unset_global(disorder_client *c, const char *key); int disorder_get_global(disorder_client *c, const char *key, char **valuep); /* get/unset/set global prefs */ +int disorder_new_tracks(disorder_client *c, + char ***vecp, int *nvecp, + int max); +/* get new tracks */ + #endif /* CLIENT_H */ /*