diff options
author | Stefan Holst <holstsn@users.sourceforge.net> | 2002-12-15 01:47:59 +0000 |
---|---|---|
committer | Stefan Holst <holstsn@users.sourceforge.net> | 2002-12-15 01:47:59 +0000 |
commit | 7b2ce3fbf40e6c4916958a8161db38672469d684 (patch) | |
tree | 92b3e33d6f479aa80b302ea998515d104595f4ea /src/xine-utils/xineutils.h | |
parent | f08d47cb298edd6ba5079ef1f41c55b0ab82e5ea (diff) | |
download | xine-lib-7b2ce3fbf40e6c4916958a8161db38672469d684.tar.gz xine-lib-7b2ce3fbf40e6c4916958a8161db38672469d684.tar.bz2 |
Introducing an implementation of dynamic buffer especially useful
for network input plugins to prevent buffer overflows. All the new
functions were prefixed by "xine_buffer".
CVS patchset: 3532
CVS date: 2002/12/15 01:47:59
Diffstat (limited to 'src/xine-utils/xineutils.h')
-rw-r--r-- | src/xine-utils/xineutils.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-utils/xineutils.h b/src/xine-utils/xineutils.h index 1d6561b8c..0c3fb722f 100644 --- a/src/xine-utils/xineutils.h +++ b/src/xine-utils/xineutils.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xineutils.h,v 1.28 2002/12/04 05:33:40 tmmm Exp $ + * $Id: xineutils.h,v 1.29 2002/12/15 01:47:59 holstsn Exp $ * */ #ifndef XINEUTILS_H @@ -35,6 +35,7 @@ extern "C" { #include "attributes.h" #include "compat.h" #include "xmlparser.h" +#include "xine_buffer.h" /* * debugable mutexes |