diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-12-31 22:30:29 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-12-31 22:30:29 -0500 |
commit | 263bd26d281a530b78b56d298c29ffa368b0b981 (patch) | |
tree | 0c739765dc9f917ce8725aa9aeb84799967562e7 /include/spm.h | |
parent | 5126cdc3c7385f01fe0839d63e2621914812dd26 (diff) | |
download | spmc-263bd26d281a530b78b56d298c29ffa368b0b981.tar.gz |
Update README.md
* Add environment.c
Diffstat (limited to 'include/spm.h')
-rw-r--r-- | include/spm.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/spm.h b/include/spm.h index eb6b95f..a8a4ab7 100644 --- a/include/spm.h +++ b/include/spm.h @@ -261,4 +261,9 @@ int file_is_binexec(const char *filename); // internal_cmd.c int internal_cmd(int argc, char **argv); +// environment.c +char **runtime_copy(char **env); +void runtime_export(char **env); +void runtime_free(char **env); + #endif //SPM_SPM_H |