diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-12-22 22:57:54 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-12-22 22:57:54 +0100 |
commit | 586b8bd003be24b32b121b320dafe142e74d2752 (patch) | |
tree | f4e4d15455fccb1bdb732458981ada15c1f6ad8f /jni/icsandroid.h | |
parent | 1fb9c1158ecb1df4499ccfef98fa71568a35fb90 (diff) |
commit files forgot in last commit, add push fix
Diffstat (limited to 'jni/icsandroid.h')
-rw-r--r-- | jni/icsandroid.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/jni/icsandroid.h b/jni/icsandroid.h new file mode 100644 index 00000000..cd11da40 --- /dev/null +++ b/jni/icsandroid.h @@ -0,0 +1,9 @@ +#ifdef __cplusplus +extern "C" { +#endif + + void setup_breakpad(void); + +#ifdef __cplusplus +} +#endif |