File: pgm_options.h

package info (click to toggle)
ruby-rdiscount 2.2.7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 480 kB
  • sloc: ansic: 4,798; ruby: 487; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 187 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
#ifndef PGM_OPTIONS_D
#define PGM_OPTIONS_D

#include <mkdio.h>

char *set_flag(mkd_flag_t *flags, char *optionstring);
void show_flags(int byname, int verbose);

#endif/*PGM_OPTIONS_D*/