~drizzle-trunk/libdrizzle/jenkins-Libdrizzle-75

« back to all changes in this revision

Viewing changes to libdrizzle/handshake_client.h

  • Committer: Brian Aker
  • Date: 2013-01-27 09:48:19 UTC
  • mto: This revision was merged to the branch mainline in revision 103.
  • Revision ID: brian@tangent.org-20130127094819-bmxx6li2wb1pfrqw
Fix a few remaining issues with API.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
 *  drizzle_create(), drizzle_clone(), or related functions.
63
63
 * @return Standard drizzle return value.
64
64
 */
65
 
DRIZZLE_API
66
65
drizzle_return_t drizzle_handshake_server_read(drizzle_st *con);
67
66
 
68
67
/**
72
71
 *  drizzle_create(), drizzle_clone(), or related functions.
73
72
 * @return Standard drizzle return value.
74
73
 */
75
 
DRIZZLE_API
76
74
drizzle_return_t drizzle_handshake_client_write(drizzle_st *con);
77
75
 
78
76
/**
82
80
 *  drizzle_create(), drizzle_clone(), or related functions.
83
81
 * @return Standard drizzle return value.
84
82
 */
85
 
DRIZZLE_API
86
83
drizzle_return_t drizzle_handshake_ssl_client_write(drizzle_st *con);
87
84
 
88
 
DRIZZLE_API
89
85
int drizzle_compile_capabilities(drizzle_st *con);
90
86
 
91
87
/** @} */