ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/src/malloc.h
(Generate patch)

Comparing hopm/trunk/src/malloc.h (file contents):
Revision 5091 by michael, Mon Dec 22 11:56:03 2014 UTC vs.
Revision 5092 by michael, Tue Dec 23 20:12:39 2014 UTC

# Line 7 | Line 7
7  
8   extern void *MyMalloc(size_t bytes);
9   extern void _MyFree(void **var);
10 < char *DupString(const char *y);
10 > extern void *xstrdup(const char *);
11  
12   #endif /* MALLOC_H */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines