~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/drizzle_com.h

  • Committer: Brian Aker
  • Date: 2008-08-10 17:18:41 UTC
  • mfrom: (287.3.13 codestyle)
  • Revision ID: brian@tangent.org-20080810171841-pkvi2ky94wbd0nt5
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
515
515
 
516
516
/** @TODO Is it necessary to include all of drizzled/global.h here? */
517
517
#ifdef DRIZZLE_SERVER_GLOBAL_H
518
 
uint32_t STDCALL net_field_length(uchar **packet);
 
518
uint32_t net_field_length(uchar **packet);
519
519
uint64_t net_field_length_ll(uchar **packet);
520
520
uchar *net_store_length(uchar *pkg, uint64_t length);
521
521
#endif