~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/drizzle.h

More naming changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#ifndef _mysql_h
28
28
#define _mysql_h
29
29
 
30
 
#include <my_global.h>
31
 
 
32
30
#ifdef  __cplusplus
33
31
extern "C" {
34
32
#endif