~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzleclient/drizzle_res.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:
26
26
#include "drizzle.h"
27
27
 
28
28
#include <stdint.h>
29
 
#if !defined(__cplusplus)
30
 
# include <stdbool.h>
31
 
#endif
32
29
 
33
30
#ifdef  __cplusplus
34
31
extern "C" {