~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/keycache.h

  • Committer: Monty
  • Date: 2008-10-02 05:41:33 UTC
  • mfrom: (398.1.10 codestyle)
  • Revision ID: mordred@scylla.inaugust.com-20081002054133-tyxv5bmqpazfaqqi
Merged up to 408 of stdint-includes-fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
#include <drizzled/global.h>
22
22
 
23
 
C_MODE_START
 
23
#ifdef __cplusplus
 
24
extern "C" {
 
25
#endif
24
26
 
25
27
enum flush_type
26
28
{
154
156
                                   KEY_CACHE *new_data);
155
157
extern int reset_key_cache_counters(const char *name,
156
158
                                    KEY_CACHE *key_cache);
157
 
C_MODE_END
 
159
 
 
160
#ifdef __cplusplus
 
161
}
 
162
#endif
 
163
 
158
164
#endif /* _keycache_h */