~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to strings/ctype-latin1.c

  • Committer: Monty Taylor
  • Date: 2008-07-05 15:57:24 UTC
  • mto: This revision was merged to the branch mainline in revision 63.
  • Revision ID: monty@inaugust.com-20080705155724-xytfq0uq6wysr8gz
Various static declares.

Show diffs side-by-side

added added

removed removed

Lines of Context:
679
679
}
680
680
 
681
681
 
682
 
void my_hash_sort_latin1_de(CHARSET_INFO *cs __attribute__((unused)),
 
682
static void my_hash_sort_latin1_de(CHARSET_INFO *cs __attribute__((unused)),
683
683
                            const uchar *key, size_t len,
684
684
                            ulong *nr1, ulong *nr2)
685
685
{