~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/drizzle_com.h

  • Committer: Monty Taylor
  • Date: 2008-09-16 01:37:05 UTC
  • mto: This revision was merged to the branch mainline in revision 391.
  • Revision ID: monty@inaugust.com-20080916013705-772d1t7rh9ah9j1x
Moved more functions into drizzle.c as part of the split of code.
Added accessor function for drizzle_port.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#ifndef _libdrizzle_drizzle_com_h
25
25
#define _libdrizzle_drizzle_com_h
26
26
 
 
27
#include <unistd.h>
 
28
#include <stdbool.h>
 
29
#include <stdint.h>
 
30
 
27
31
/*
28
32
   This is included in the server and in the client.
29
33
   Options for select set by the yacc parser (stored in lex->options).