~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_static.h

  • Committer: Brian Aker
  • Date: 2009-01-10 22:27:38 UTC
  • mfrom: (779.1.8 devel)
  • Revision ID: brian@tangent.org-20090110222738-zx4zzq9lsa3othvn
Merge for Monty

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
/*