X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/2a10b70b1cdbd55e9f2c26ed52dcff5255cd6e96..768d7355deef8b14f6d2d5bdc9bc8d5f01d2d0aa:/lib/client.h diff --git a/lib/client.h b/lib/client.h index a7d0ff9..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 @@ -186,6 +186,8 @@ int disorder_new_tracks(disorder_client *c, int max); /* get new tracks */ +int disorder_rtp_address(disorder_client *c, char **addressp, char **portp); + #endif /* CLIENT_H */ /*