summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorphintuka <phintuka>2007-06-11 19:12:18 +0000
committerphintuka <phintuka>2007-06-11 19:12:18 +0000
commit6208cf7ce9b652d4468e77a03b5823496f9546aa (patch)
treec7640f3e50fa8ac8546a99404212f012fe738bad /config.h
parent056e3b33aeca2d8859379f20790699a0d050d99c (diff)
downloadxineliboutput-6208cf7ce9b652d4468e77a03b5823496f9546aa.tar.gz
xineliboutput-6208cf7ce9b652d4468e77a03b5823496f9546aa.tar.bz2
remote_addr -> remote_local_ip
remote_iface -> remote_local_if
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h b/config.h
index dc7ed2f7..80ba1a21 100644
--- a/config.h
+++ b/config.h
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: config.h,v 1.24 2007-06-11 19:03:14 phintuka Exp $
+ * $Id: config.h,v 1.25 2007-06-11 19:12:18 phintuka Exp $
*
*/
@@ -247,8 +247,8 @@ class config_t {
int remote_use_http; /* allow generic http streaming (primary device output) */
int remote_use_http_ctrl; /* allow http to control primary device (play/pause/seek...) */
- char remote_iface[32]; /* use only this interface */
- char remote_address[32]; /* bind locally to this IP */
+ char remote_local_if[32]; /* use only this interface */
+ char remote_local_ip[32]; /* bind locally to this IP */
int use_x_keyboard;