~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/unireg.h

merge for-brian branch (removal frm work)
merge getopt fixes, add fixes for SPARC alignment

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include <drizzled/structs.h>                           /* All structs we need */
27
27
#include <drizzled/serialize/table.pb.h>
28
28
int drizzle_read_table_proto(const char* path, drizzle::Table* table);
 
29
int table_proto_exists(const char *path);
 
30
int copy_table_proto_file(const char *from, const char* to);
29
31
 
30
32
#if defined(__cplusplus)
31
33
extern "C" {