~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/oldlibdrizzle/pack.cc

  • Committer: Brian Aker
  • Date: 2009-10-07 15:52:54 UTC
  • mfrom: (971.7.4 eday-dev)
  • Revision ID: brian@gaz-20091007155254-wmnmmm1brm0oc0w7
MergeĀ Eric

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
 
#include "libdrizzle_priv.h"
 
20
#include <drizzled/global.h>
 
21
#include <drizzled/korr.h>
 
22
 
 
23
#include <stdint.h>
 
24
 
21
25
#include "pack.h"
22
26
 
23
 
#include <stdint.h>
24
 
 
25
27
/* Get the length of next field. Change parameter to point at fieldstart */
26
28
uint32_t drizzleclient_net_field_length(unsigned char **packet)
27
29
{