~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzleclient/drizzle_parameters.h

  • Committer: Jay Pipes
  • Date: 2009-02-04 15:44:25 UTC
  • mfrom: (829 drizzle)
  • mto: This revision was merged to the branch mainline in revision 830.
  • Revision ID: jpipes@serialcoder-20090204154425-th8xfk2ujz2y8xwg
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
18
18
 */
19
19
 
20
 
#ifndef _libdrizzle_drizzle_parameters_h
21
 
#define _libdrizzle_drizzle_parameters_h
 
20
#ifndef LIBDRIZZLECLIENT_DRIZZLE_PARAMETERS_H
 
21
#define LIBDRIZZLECLIENT_DRIZZLE_PARAMETERS_H
 
22
 
 
23
#include <stdint.h>
22
24
 
23
25
#ifdef  __cplusplus
24
26
extern "C" {
25
27
#endif
26
28
 
27
 
#include <stdint.h>
28
 
 
29
29
typedef struct st_drizzle_parameters
30
30
{
31
31
  uint32_t *p_max_allowed_packet;
39
39
}
40
40
#endif
41
41
 
42
 
#endif /* _libdrizzle_drizzle_parameters_h */
 
42
#endif /* LIBDRIZZLECLIENT_DRIZZLE_PARAMETERS_H */