X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/460b9539a7c15580e41a71bbc0f47ae776238915..3731bd7ce44652975105ade6527aa73bc6107784:/lib/client.h diff --git a/lib/client.h b/lib/client.h index b3c18a5..39a6830 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,13 @@ 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 */ + +int disorder_rtp_address(disorder_client *c, char **addressp, char **portp); + #endif /* CLIENT_H */ /* @@ -189,4 +196,3 @@ c-basic-offset:2 comment-column:40 End: */ -/* arch-tag:9707959522fafb36d7bccfd1b154fd84 */