diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-08-21 04:39:52 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-08-21 04:39:52 +0100 |
commit | 141558ac76e39d7f39400da0ecb6ca1f92ffee22 (patch) | |
tree | 4f800af1614d7fc998034dc9e7f58d877c154b10 /include | |
parent | bc19407410f6467638888f917f9e7832f6eaee28 (diff) | |
parent | cbd017c8bc0139311d149c58fabba4e783dd95a9 (diff) | |
download | xine-lib-141558ac76e39d7f39400da0ecb6ca1f92ffee22.tar.gz xine-lib-141558ac76e39d7f39400da0ecb6ca1f92ffee22.tar.bz2 |
Merge from 1.1.
Diffstat (limited to 'include')
-rw-r--r-- | include/xine.h.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/xine.h.in b/include/xine.h.in index 04f35f680..948582792 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -1536,8 +1536,7 @@ void xine_config_update_entry (xine_t *self, * translation of old configuration entry names */ typedef struct { - const char *old; - const char *new; + const char *old_name, *new_name; } xine_config_entry_translation_t; void xine_config_set_translation_user (const xine_config_entry_translation_t *) XINE_PROTECTED; |