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_CONN_PRIVATE_H 00017 #define __DRIZZLE_CONN_PRIVATE_H 00018 00019 #ifdef __cplusplus 00020 extern "C" { 00021 #endif 00022 00032 DRIZZLE_LOCAL 00033 void drizzle_con_reset_addrinfo(drizzle_con_st *con); 00034 00038 DRIZZLE_LOCAL 00039 bool drizzle_con_uses_uds(drizzle_con_st *con); 00040 00044 DRIZZLE_LOCAL 00045 void drizzle_con_clone_uds(drizzle_con_st *con, drizzle_con_st *from); 00046 00049 #ifdef __cplusplus 00050 } 00051 #endif 00052 00053 #endif /* __DRIZZLE_CONN_PRIVATE_H */
1.6.1