~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/unireg.h

  • Committer: Stewart Smith
  • Date: 2009-07-14 08:47:19 UTC
  • mto: (1093.1.29 captain)
  • mto: This revision was merged to the branch mainline in revision 1102.
  • Revision ID: stewart@flamingspork.com-20090714084719-kzta10ertk0mu0jq
move drizzle_proto_exists and drizzle_read_table_proto out of unireg.h and into table_proto.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#define DRIZZLED_UNIREG_H
25
25
 
26
26
#include <drizzled/structs.h>                           /* All structs we need */
27
 
#include <drizzled/message/table.pb.h>
28
 
int drizzle_read_table_proto(const char* path, drizzled::message::Table* table);
29
 
int table_proto_exists(const char *path);
30
27
 
31
28
void unireg_end(void) __attribute__((noreturn));
32
29
void unireg_abort(int exit_code) __attribute__((noreturn));