~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzleclient/pack.c

  • Committer: Monty Taylor
  • Date: 2009-02-02 19:40:04 UTC
  • mto: (779.7.3 devel)
  • mto: This revision was merged to the branch mainline in revision 823.
  • Revision ID: mordred@inaugust.com-20090202194004-oh4e2cnxg7gsi28h
Renmaed libdrizzle in the tree to libdrizzleclient to avoid namespace clashes
with new libdrizzle.

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 */