2019-06-13 15:19:10 +02:00
|
|
|
#pragma once
|
|
|
|
|
#include <stdbool.h>
|
|
|
|
|
|
2019-10-30 18:05:03 +01:00
|
|
|
#include <sys/types.h>
|
|
|
|
|
|
|
|
|
|
pid_t slave_spawn(
|
2019-12-21 19:57:28 +01:00
|
|
|
int ptmx, int argc, const char *cwd, char *const *argv, const char *term_env,
|
|
|
|
|
const char *conf_shell);
|