~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/my_hash.h

  • Committer: Brian Aker
  • Date: 2011-04-21 06:25:01 UTC
  • mfrom: (2283.2.2 drizzle-ga)
  • Revision ID: brian@tangent.org-20110421062501-ar72kil0t91mp01q
Rollup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
bool my_hash_insert(HASH *info,const unsigned char *data);
84
84
bool hash_delete(HASH *hash,unsigned char *record);
85
85
 
86
 
#define hash_inited(H) ((H)->array.buffer != 0)
87
 
 
88
86
} /* namespace drizzled */
89
87