~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzleclient/options.h

  • Committer: Jay Pipes
  • Date: 2009-03-17 06:08:42 UTC
  • mto: This revision was merged to the branch mainline in revision 941.
  • Revision ID: jpipes@serialcoder-20090317060842-lvxno992pxr91kqc
Forgot to add diagnostics_area.cc. thx krow. :)

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef LIBDRIZZLECLIENT_DRIZZLE_OPTIONS_H
21
21
#define LIBDRIZZLECLIENT_DRIZZLE_OPTIONS_H
22
22
 
 
23
#if !defined(__cplusplus)
 
24
# include <stdbool.h>
 
25
#endif
 
26
 
23
27
#ifdef  __cplusplus
24
28
extern "C" {
25
29
#endif