libdrizzle Developer Documentation

state.h
Go to the documentation of this file.
1 /*
2  * Drizzle Client & Protocol Library
3  *
4  * Copyright (C) 2008 Eric Day (eday@oddments.org)
5  * All rights reserved.
6  *
7  * Use and distribution licensed under the BSD license. See
8  * the COPYING file in this directory for full text.
9  */
10 
16 #ifndef __DRIZZLE_STATE_H
17 #define __DRIZZLE_STATE_H
18 
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22 
40 
41 /* Functions in state.c */
43 
44 /* Functions in conn.c */
51 
52 /* Functions in handshake.c */
58 
59 /* Functions in command.c */
62 
63 /* Functions in result.c */
66 
67 /* Functions in column.c */
70 
71 /* Functions in row.c */
74 
75 /* Functions in field.c */
78 
81 #ifdef __cplusplus
82 }
83 #endif
84 
85 #endif /* __DRIZZLE_STATE_H */