~brianaker/libdrizzle/yet-more-build-updates-mingw

« back to all changes in this revision

Viewing changes to libdrizzle/statement_local.h

  • Committer: Continuous Integration
  • Date: 2013-01-05 11:52:21 UTC
  • mfrom: (79.1.5 5.1-api-fixes)
  • Revision ID: ci@drizzle.org-20130105115221-qxd0g29jljekx7q9
Merge lp:~linuxjedi/libdrizzle/5.1-api-fixes Build: jenkins-Libdrizzle-33

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
DRIZZLE_LOCAL
60
60
char *timestamp_to_string(drizzle_bind_st *param, drizzle_datetime_st *timestamp);
61
61
 
 
62
DRIZZLE_LOCAL
 
63
uint16_t drizzle_stmt_column_lookup(drizzle_result_st *result, const char *column_name, drizzle_return_t *ret_ptr);
 
64
 
62
65
#ifdef __cplusplus
63
66
}
64
67
#endif