~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzleclient/options.h

  • Committer: Brian Aker
  • Date: 2009-04-01 01:25:04 UTC
  • mfrom: (968.2.27 mordred)
  • Revision ID: brian@tangent.org-20090401012504-mq9sxcmph5jc1fh6
Merge Monty

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
 
 
27
23
#ifdef  __cplusplus
28
24
extern "C" {
29
25
#endif