~hartmut-php/drizzle/codestyle

« back to all changes in this revision

Viewing changes to drizzled/my_decimal.h

  • Committer: Monty Taylor
  • Date: 2008-08-10 16:52:18 UTC
  • mfrom: (293 drizzle)
  • mto: (312.1.3 translations)
  • mto: This revision was merged to the branch mainline in revision 295.
  • Revision ID: monty@inaugust.com-20080810165218-jlekj1n46oyx9sih
MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
398
398
}
399
399
 
400
400
 
401
 
void my_decimal_trim(ulong *precision, uint *scale);
 
401
void my_decimal_trim(uint32_t *precision, uint *scale);
402
402
 
403
403
 
404
404
#endif /*my_decimal_h*/