~vanvugt/ubuntu/oneiric/mediatomb/fix-770964-784431

« back to all changes in this revision

Viewing changes to tombupnp/upnp/src/genlib/util/membuffer.c

  • Committer: Bazaar Package Importer
  • Author(s): Andres Mejia
  • Date: 2009-04-22 21:39:19 UTC
  • mto: (4.2.1 sid)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20090422213919-52m015y6gcpv1m1g
Tags: upstream-0.12.0~svn2018
ImportĀ upstreamĀ versionĀ 0.12.0~svn2018

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
*       buffers, allocation, re-allocation, and modification of the memory 
35
35
************************************************************************/
36
36
 
 
37
#ifdef HAVE_CONFIG_H
 
38
    #include "autoconfig.h"
 
39
#endif
 
40
 
37
41
#include "config.h"
38
42
#include <assert.h>
39
43
#include <stdlib.h>