~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_proto.h

  • Committer: Brian Aker
  • Date: 2011-03-08 19:26:05 UTC
  • mto: (2227.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2228.
  • Revision ID: brian@tangent.org-20110308192605-2tab6d49c0m3kjt8
parse_table_proto <-- const

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
18
18
 */
19
19
 
20
 
 
21
 
#ifndef DRIZZLED_TABLE_PROTO_H
22
 
#define DRIZZLED_TABLE_PROTO_H
 
20
#pragma once
23
21
 
24
22
namespace drizzled {
25
23
/*
46
44
                      uint32_t key_count,KeyInfo *key_info);
47
45
 
48
46
} /* namespace drizzled */
49
 
 
50
 
#endif /* DRIZZLED_TABLE_PROTO_H */