options.h 178 B

1234567
  1. #pragma once
  2. #include <reproc/reproc.h>
  3. reproc_stop_actions parse_stop_actions(reproc_stop_actions stop);
  4. int parse_options(reproc_options *options, const char *const *argv);