diff options
author | Doug Zongker <dougz@android.com> | 2014-02-18 18:48:19 +0100 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-02-18 18:48:19 +0100 |
commit | f2ff0a2097cd945a612fb461741b803d2b5aca7a (patch) | |
tree | 7bc57a86cbf178d77f4790f76fa2e59d69defa7a /edify/expr.h | |
parent | Merge "Fix a crash when going into recovery mode." (diff) | |
parent | clean up some warnings when building recovery (diff) | |
download | android_bootable_recovery-f2ff0a2097cd945a612fb461741b803d2b5aca7a.tar android_bootable_recovery-f2ff0a2097cd945a612fb461741b803d2b5aca7a.tar.gz android_bootable_recovery-f2ff0a2097cd945a612fb461741b803d2b5aca7a.tar.bz2 android_bootable_recovery-f2ff0a2097cd945a612fb461741b803d2b5aca7a.tar.lz android_bootable_recovery-f2ff0a2097cd945a612fb461741b803d2b5aca7a.tar.xz android_bootable_recovery-f2ff0a2097cd945a612fb461741b803d2b5aca7a.tar.zst android_bootable_recovery-f2ff0a2097cd945a612fb461741b803d2b5aca7a.zip |
Diffstat (limited to 'edify/expr.h')
-rw-r--r-- | edify/expr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/edify/expr.h b/edify/expr.h index 0d8ed8f57..a9ed2f9c5 100644 --- a/edify/expr.h +++ b/edify/expr.h @@ -164,6 +164,8 @@ Value* StringValue(char* str); // Free a Value object. void FreeValue(Value* v); +int parse_string(const char* str, Expr** root, int* error_count); + #ifdef __cplusplus } // extern "C" #endif |