~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_getopt.c

  • Committer: Monty Taylor
  • Date: 2008-07-26 16:23:04 UTC
  • mfrom: (212 drizzle)
  • mto: (236.1.42 codestyle)
  • mto: This revision was merged to the branch mainline in revision 261.
  • Revision ID: monty@inaugust.com-20080726162304-6yxlhokjstx2v13d
MergedĀ fromĀ trunk

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>