~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/drizzle_methods.h

  • Committer: Toru Maesaka
  • Date: 2008-12-17 07:16:37 UTC
  • mto: (685.1.40 devel) (713.1.5 devel)
  • mto: This revision was merged to the branch mainline in revision 713.
  • Revision ID: dev@torum.net-20081217071637-7j9040w7lpms77r2
Removed my_time() and added error checking

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#endif
26
26
 
27
27
#include <stdint.h>
28
 
#include <stdbool.h>
 
28
#if !defined(__cplusplus)
 
29
# include <stdbool.h>
 
30
#endif
29
31
#include <libdrizzle/drizzle.h>
30
32
#include <libdrizzle/drizzle_data.h>
31
33
#include <libdrizzle/drizzle_res.h>