os: make Result public
parent
36eb1b77d0
commit
2032da7fe2
|
@ -326,7 +326,7 @@ fn pclose(f *C.FILE) int {
|
|||
}
|
||||
}
|
||||
|
||||
struct Result {
|
||||
pub struct Result {
|
||||
pub:
|
||||
exit_code int
|
||||
output string
|
||||
|
|
Loading…
Reference in New Issue