~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_getopt.c

  • Committer: Brian Aker
  • Date: 2008-07-25 01:20:06 UTC
  • mfrom: (206.2.2 kill-netware-suppport)
  • Revision ID: brian@tangent.org-20080725012006-otezptm5ux9wsnnb
Merge fix on Makefile.am (from Jay)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1089
1089
  Print help for all options and variables.
1090
1090
*/
1091
1091
 
1092
 
#include <help_start.h>
1093
 
 
1094
1092
void my_print_help(const struct my_option *options)
1095
1093
{
1096
1094
  uint col, name_space= 22, comment_space= 57;
1248
1246
    }
1249
1247
  }
1250
1248
}
1251
 
 
1252
 
#include <help_end.h>