00001 /* 00002 * Drizzle Client & Protocol Library 00003 * 00004 * Copyright (C) 2008 Eric Day (eday@oddments.org) 00005 * All rights reserved. 00006 * 00007 * Use and distribution licensed under the BSD license. See 00008 * the COPYING file in this directory for full text. 00009 */ 00010 00016 #ifndef __DRIZZLE_HANDSHAKE_SERVER_H 00017 #define __DRIZZLE_HANDSHAKE_SERVER_H 00018 00019 #ifdef __cplusplus 00020 extern "C" { 00021 #endif 00022 00033 DRIZZLE_API 00034 drizzle_return_t drizzle_server_handshake_write(drizzle_con_st *con); 00035 00039 DRIZZLE_API 00040 drizzle_return_t drizzle_client_handshake_read(drizzle_con_st *con); 00041 00044 #ifdef __cplusplus 00045 } 00046 #endif 00047 00048 #endif /* __DRIZZLE_HANDSHAKE_SERVER_H */
1.6.1