~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle-2.0/result.h

  • Committer: Mark Atwood
  • Date: 2011-11-30 07:06:47 UTC
  • mfrom: (2463.1.6 drizzle-include)
  • Revision ID: me@mark.atwood.name-20111130070647-ixp7oalp70hkbt6l
mergeĀ lp:~brianaker/drizzle/libdrizzle-2.0-not-install

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
 * Initialize a result structure.
59
59
 */
60
60
DRIZZLE_API
61
 
drizzle_result_st *drizzle_result_create(drizzle_con_st *con,
62
 
                                         drizzle_result_st *result);
 
61
drizzle_result_st *drizzle_result_create(drizzle_con_st *con);
 
62
 
 
63
drizzle_result_st *drizzle_result_create_with(drizzle_con_st *con,
 
64
                                              drizzle_result_st *result);
63
65
 
64
66
/**
65
67
 * Clone a connection structure.
66
68
 */
67
69
DRIZZLE_API
68
 
drizzle_result_st *drizzle_result_clone(drizzle_con_st *con,
69
 
                                        drizzle_result_st *result,
70
 
                                        drizzle_result_st *from);
 
70
  drizzle_result_st *drizzle_result_clone(drizzle_con_st *con,
 
71
                                          drizzle_result_st *source);
71
72
 
72
73
/**
73
74
 * Free a result structure.