File: pgm_options.h

package info (click to toggle)
ruby-rdiscount 2.1.7.1-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 412 kB
  • ctags: 572
  • sloc: ansic: 4,084; ruby: 440; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 172 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>

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

#endif/*PGM_OPTIONS_D*/