Files
discount/pgm_options.h
david parsons 80c04f45e8 Change makepage so that I can feed it options
with `-Fxx`, `-fname`, or the environment variable
`MARKDOWN_FLAGS`; this means I needed to split the
options parsing code out of main.c into its own file
that can be included wherever.
2011-05-23 10:59:11 -07:00

10 lines
172 B
C

#ifndef PGM_OPTIONS_D
#define PGM_OPTIONS_D
#include <mkdio.h>
int set_flag(mkd_flag_t *flags, char *optionstring);
void show_flags(int byname);
#endif/*PGM_OPTIONS_D*/