~drizzle-developers/drizzle/clientsplit

« back to all changes in this revision

Viewing changes to include/drizzle.h

  • Committer: Monty Taylor
  • Date: 2008-07-18 03:34:34 UTC
  • Revision ID: monty@inaugust.com-20080718033434-5glwtm8t5exlehqj
Done with client.c!

Show diffs side-by-side

added added

removed removed

Lines of Context:
500
500
DRIZZLE *
501
501
drizzle_real_connect(DRIZZLE *drizzle,const char *host, const char *user,
502
502
                     const char *passwd, const char *db,
503
 
                     uint32_t port, const char *unix_socket,
 
503
                     uint32_t port,
504
504
                     uint32_t client_flag);
505
505
 
506
506
#ifdef __cplusplus