| Index: src/trusted/sel_universal/reverse_emulate.h
|
| diff --git a/src/trusted/sel_universal/reverse_emulate.h b/src/trusted/sel_universal/reverse_emulate.h
|
| index ca37bea2b84ab1b72b89d098170d3296f31002cf..e79c65d04339d47a21c42a24109333cd12936221 100644
|
| --- a/src/trusted/sel_universal/reverse_emulate.h
|
| +++ b/src/trusted/sel_universal/reverse_emulate.h
|
| @@ -43,4 +43,7 @@ bool HandlerReverseEmuDumpManifestMappings(
|
| NaClCommandLoop* ncl,
|
| const std::vector<std::string>& args);
|
|
|
| +bool HandlerWaitForExit(NaClCommandLoop* ncl,
|
| + const std::vector<std::string>& args);
|
| +
|
| #endif /* NATIVE_CLIENT_SRC_TRUSTED_SEL_UNIVERSAL_REVERSE_EMULATE_H_ */
|
|
|