~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/pack.c

  • Committer: Brian Aker
  • Date: 2008-10-06 06:47:29 UTC
  • Revision ID: brian@tangent.org-20081006064729-2i9mhjkzyvow9xsm
RemoveĀ uint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 */
19
19
 
20
20
#include "libdrizzle.h"
21
 
#include <libdrizzle/pack.h>
22
 
#include <drizzled/korr.h>
23
21
#include <stdint.h>
24
22
 
25
23
/* Get the length of next field. Change parameter to point at fieldstart */