diff options
Diffstat (limited to 'src/run.h')
-rw-r--r-- | src/run.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/run.h b/src/run.h new file mode 100644 index 0000000..010dec0 --- /dev/null +++ b/src/run.h @@ -0,0 +1,8 @@ +#ifndef _RUN_H_ +#define _RUN_H_ + +#include <stddef.h> + +void run_module(const char *progname, const char *modname, size_t num_args, char *args[]); + +#endif |