~2591kuldeep/libdrizzle/libdrizzle-binlogapi

« back to all changes in this revision

Viewing changes to libdrizzle-5.1/drizzle_client.h

  • Committer: kuldeep
  • Date: 2013-09-19 22:27:25 UTC
  • Revision ID: kuldeep@kuldeep-laptop-20130919222725-xsb4tlxp0tp3mm2t
Adding Tested code on local environment, now we can access the new api functions within library

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
#include <libdrizzle-5.1/statement.h>
68
68
#include <libdrizzle-5.1/version.h>
69
69
 
 
70
 
70
71
#ifdef __cplusplus
71
72
extern "C" {
72
73
#endif