/[public]/psiconv/trunk/lib/psiconv/buffer.c
ViewVC logotype

Diff of /psiconv/trunk/lib/psiconv/buffer.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 141 Revision 142
24#include <stdlib.h> 24#include <stdlib.h>
25 25
26#include "list.h" 26#include "list.h"
27#include "error.h" 27#include "error.h"
28#include "buffer.h" 28#include "buffer.h"
29
30#ifdef DMALLOC
31#include <dmalloc.h>
32#endif
29 33
30typedef struct psiconv_relocation_s { 34typedef struct psiconv_relocation_s {
31 psiconv_u32 offset; 35 psiconv_u32 offset;
32 int id; 36 int id;
33} *psiconv_relocation; 37} *psiconv_relocation;

Legend:
Removed from v.141  
changed lines
  Added in v.142

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26