~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/heapdef.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:
18
18
#define HEAPDEF_H
19
19
 
20
20
#include <drizzled/base.h>              /* This includes global */
21
 
C_MODE_START
 
21
 
 
22
#ifdef __cplusplus
 
23
extern "C" {
 
24
#endif
 
25
 
22
26
#include <mysys/my_pthread.h>
23
27
#include "heap.h"                       /* Structs & some defines */
24
28
#include <mysys/my_tree.h>
126
130
 
127
131
 
128
132
extern pthread_mutex_t THR_LOCK_heap;
129
 
C_MODE_END
 
133
 
 
134
#ifdef __cplusplus
 
135
}
 
136
#endif
130
137
 
131
138
#endif /* HEAPDEF_H */