~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_static.h

  • Committer: Brian Aker
  • Date: 2009-05-15 17:06:35 UTC
  • mto: This revision was merged to the branch mainline in revision 1023.
  • Revision ID: brian@gaz-20090515170635-croy1u63a3gqdn9n
Dead convert functions for character sets.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
struct st_remember {
33
33
  int number;
34
 
  RETSIGTYPE (*func)(int number);
 
34
  void (*func)(int number);
35
35
};
36
36
 
37
37
/*
60
60
 
61
61
extern const char *soundex_map;
62
62
 
63
 
extern USED_MEM* my_once_root_block;
64
 
extern uint      my_once_extra;
65
 
 
66
63
extern unsigned char    *sf_min_adress,*sf_max_adress;
67
64
extern uint     sf_malloc_count;
68
65
extern struct st_irem *sf_malloc_root;