chiark / gitweb /
doxygen; chatty logging in hope of catching a bug
[disorder] / lib / client.h
index a7d0ff972f2d6e977f67541f2fbaf3d08c04cc57..39a68304d80498ca4400344c5293974bbb4c6268 100644 (file)
@@ -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 */
 
 /*