~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzleclient/pack.c

  • Committer: Brian Aker
  • Date: 2009-02-02 23:10:18 UTC
  • mfrom: (779.3.40 devel)
  • Revision ID: brian@tangent.org-20090202231018-zlp0hka6kgwy1vfy
Merge from Monty

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.h"
21
 
#include <libdrizzle/pack.h>
22
 
#include <drizzled/korr.h>
 
20
#include "libdrizzle_priv.h"
 
21
#include "pack.h"
 
22
 
23
23
#include <stdint.h>
24
24
 
25
25
/* Get the length of next field. Change parameter to point at fieldstart */