~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/drizzle_data.h

  • Committer: Brian Aker
  • Date: 2008-11-29 02:09:01 UTC
  • mfrom: (629.2.6 devel)
  • Revision ID: brian@tangent.org-20081129020901-khmbgwelmn6ysx7r
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef _libdrizzle_drizzle_data_h
21
21
#define _libdrizzle_drizzle_data_h
22
22
 
23
 
#include <stdint.h>
24
 
#include <stdbool.h>
25
23
#include <libdrizzle/drizzle_rows.h>
26
24
#include <libdrizzle/drizzle_field.h>
27
25
 
 
26
#include <stdint.h>
 
27
#if !defined(__cplusplus)
 
28
# include <stdbool.h>
 
29
#endif
 
30
 
28
31
typedef struct st_drizzle_data {
29
32
  DRIZZLE_ROWS *data;
30
33
  struct embedded_query_result *embedded_info;