~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/keycache.h

  • Committer: Monty Taylor
  • Date: 2008-09-23 06:09:48 UTC
  • mto: This revision was merged to the branch mainline in revision 419.
  • Revision ID: monty@inaugust.com-20080923060948-pec1d5wxetf84tte
Cleaned up stuff out of global.h.

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 */