aboutsummaryrefslogtreecommitdiff
path: root/include/spm.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-12-31 22:30:29 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-12-31 22:30:29 -0500
commit263bd26d281a530b78b56d298c29ffa368b0b981 (patch)
tree0c739765dc9f917ce8725aa9aeb84799967562e7 /include/spm.h
parent5126cdc3c7385f01fe0839d63e2621914812dd26 (diff)
downloadspmc-263bd26d281a530b78b56d298c29ffa368b0b981.tar.gz
Update README.md
* Add environment.c
Diffstat (limited to 'include/spm.h')
-rw-r--r--include/spm.h5
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