~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/pack.c

  • Committer: Monty Taylor
  • Date: 2008-08-09 23:50:05 UTC
  • mto: (312.1.3 translations)
  • mto: This revision was merged to the branch mainline in revision 295.
  • Revision ID: monty@inaugust.com-20080809235005-otpcpmt1j0ja3nls
Removed STDCALL macros calls.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
#include <drizzle.h>
18
18
 
19
19
/* Get the length of next field. Change parameter to point at fieldstart */
20
 
ulong STDCALL net_field_length(uchar **packet)
 
20
ulong net_field_length(uchar **packet)
21
21
{
22
22
  register uchar *pos= (uchar *)*packet;
23
23
  if (*pos < 251)