summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2008-06-15 03:01:07 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2008-06-15 03:01:07 +0100
commit15eb883def371a660ee8c9e8f47edb164d0a7feb (patch)
tree0059cc4b3af4200df7aa37c88a1550a2523a1371 /include
parentc98a025193cd6aa8c8c8cc1cf3404b5f7b9251e1 (diff)
parentbc589d30c18a0517804c1306869e77f67d0da3ec (diff)
downloadxine-lib-15eb883def371a660ee8c9e8f47edb164d0a7feb.tar.gz
xine-lib-15eb883def371a660ee8c9e8f47edb164d0a7feb.tar.bz2
Merge from 1.1.
--HG-- rename : src/xine-utils/xineutils.h => include/xine/xineutils.h rename : po/libxine1.pot => po/libxine2.pot
Diffstat (limited to 'include')
-rw-r--r--include/xine/xineutils.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/xine/xineutils.h b/include/xine/xineutils.h
index 8b8c03df5..0f04818c6 100644
--- a/include/xine/xineutils.h
+++ b/include/xine/xineutils.h
@@ -651,6 +651,13 @@ void xine_usec_sleep(unsigned usec) XINE_PROTECTED;
#define xine_strsep(STRINGP, DELIM) strsep((STRINGP), (DELIM))
#define xine_setenv(NAME, VAL, XX) setenv((NAME), (VAL), (XX))
+/**
+ * append to a string, reallocating
+ * normally, updates & returns *dest
+ * on error, *dest is unchanged & NULL is returned.
+ */
+char *xine_strcat_realloc (char **dest, char *append) XINE_PROTECTED;
+
/*
* Color Conversion Utility Functions
* The following data structures and functions facilitate the conversion