~mohyt/drizzle/drizzle-alsosql

« back to all changes in this revision

Viewing changes to libdrizzle/state.h

  • Committer: Brian Aker
  • Date: 2012-05-19 01:48:46 UTC
  • mfrom: (2553.2.1 workspace)
  • Revision ID: brian@tangent.org-20120519014846-cuitgiy2s4gqdrr4
Merge of build tree (Andrew's SSL patch)

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
drizzle_return_t drizzle_state_handshake_server_write(drizzle_con_st *con);
80
80
drizzle_return_t drizzle_state_handshake_client_read(drizzle_con_st *con);
81
81
drizzle_return_t drizzle_state_handshake_client_write(drizzle_con_st *con);
 
82
drizzle_return_t drizzle_state_handshake_ssl_client_write(drizzle_con_st *con);
82
83
drizzle_return_t drizzle_state_handshake_result_read(drizzle_con_st *con);
83
84
 
84
85
/* Functions in command.c */