~linuxjedi/libdrizzle/5.1-fix-wine

« back to all changes in this revision

Viewing changes to libdrizzle-5.1/result.h

  • Committer: Continuous Integration
  • Date: 2012-12-31 01:08:39 UTC
  • mfrom: (73.1.3 5.1-trunk)
  • Revision ID: ci@drizzle.org-20121231010839-8hg9bazx84mj03fw
Merge lp:~brianaker/libdrizzle/private-headers-connection-test Build: jenkins-Libdrizzle-25

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
 */
56
56
 
57
57
/**
58
 
 * Initialize a result structure.
59
 
 */
60
 
DRIZZLE_LOCAL
61
 
drizzle_result_st *drizzle_result_create(drizzle_st *con);
62
 
 
63
 
/**
64
58
 * Free a result structure.
65
59
 */
66
60
DRIZZLE_API