summaryrefslogtreecommitdiff
path: root/include/mupdf/memento.h
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2016-09-13 17:33:38 +0100
committerRobin Watts <robin.watts@artifex.com>2016-09-13 17:48:10 +0100
commit9c592542ecf76de64655e068132369c907b4f856 (patch)
tree533b98802c72df61f70ff4300b37e42e3707d71a /include/mupdf/memento.h
parent59255f6655b673eb30cf21b05daed4bcf5051002 (diff)
downloadmupdf-9c592542ecf76de64655e068132369c907b4f856.tar.xz
Update Memento for Android.
Add backtrace abilities, and fix missing return value from android logging.
Diffstat (limited to 'include/mupdf/memento.h')
-rw-r--r--include/mupdf/memento.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mupdf/memento.h b/include/mupdf/memento.h
index f0da215e..119ae54d 100644
--- a/include/mupdf/memento.h
+++ b/include/mupdf/memento.h
@@ -228,6 +228,8 @@ void *Memento_reference(void *blk);
void Memento_startLeaking(void);
void Memento_stopLeaking(void);
+void Memento_fin(void);
+
#ifdef MEMENTO
#ifndef COMPILING_MEMENTO_C