~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/memory/root.h

Merged null-not-zero-as-pointer into remove-bit_fields_as_long.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
#include <drizzled/definitions.h>
23
23
 
24
 
#if defined(__cplusplus)
25
 
extern "C" {
26
 
#endif
27
 
 
28
24
namespace drizzled
29
25
{
30
26
namespace memory
93
89
char *strmake_root(Root *root,const char *str,size_t len);
94
90
void *memdup_root(Root *root,const void *str, size_t len);
95
91
 
96
 
}
97
 
}
 
92
} /* namespace memory */
 
93
} /* namespace drizzled */
98
94
 
99
 
#if defined(__cplusplus)
100
 
}
101
 
#endif
102
95
#endif /* DRIZZLED_MEMORY_ROOT_H */