~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/client_settings.h

  • Committer: Monty Taylor
  • Date: 2008-08-09 23:50:05 UTC
  • mto: (312.1.3 translations)
  • mto: This revision was merged to the branch mainline in revision 295.
  • Revision ID: monty@inaugust.com-20080809235005-otpcpmt1j0ja3nls
Removed STDCALL macros calls.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
#define reset_sigpipe(drizzle)
36
36
 
37
37
void mysql_detach_stmt_list(LIST **stmt_list, const char *func_name);
38
 
DRIZZLE * STDCALL
 
38
DRIZZLE *
39
39
cli_drizzle_connect(DRIZZLE *drizzle,const char *host, const char *user,
40
40
                       const char *passwd, const char *db,
41
41
                       uint port, const char *unix_socket,ulong client_flag);