diff libmpdemux/realrtsp/xbuffer.h @ 12266:096072d234c6

Some sanity and bound checking
author rtognimp
date Sat, 24 Apr 2004 10:33:19 +0000
parents 6cb7a295ab0e
children
line wrap: on
line diff
--- a/libmpdemux/realrtsp/xbuffer.h	Fri Apr 23 22:30:18 2004 +0000
+++ b/libmpdemux/realrtsp/xbuffer.h	Sat Apr 24 10:33:19 2004 +0000
@@ -21,5 +21,6 @@
 void *xbuffer_free(void *buf);
 void *xbuffer_copyin(void *buf, int index, const void *data, int len);
 void *xbuffer_ensure_size(void *buf, int size);
+void *xbuffer_strcat(void *buf, char *data);
 
 #endif