summaryrefslogtreecommitdiff
path: root/fitz/memento.h
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2011-12-15 14:58:31 +0000
committerRobin Watts <robin.watts@artifex.com>2011-12-15 15:05:15 +0000
commitd8bc7e63c970444ae16a344360126d3b9e3c5224 (patch)
tree2da1cc6ab7af8125df8cbabb541295b5afe3fe0f /fitz/memento.h
parentfd7c931c35e79cf3e6ec1703a7f3dd498d98f59c (diff)
downloadmupdf-d8bc7e63c970444ae16a344360126d3b9e3c5224.tar.xz
Bring Memento up to date with changes in gs.
Memento_listBlocks and Memento_listNewBlocks.
Diffstat (limited to 'fitz/memento.h')
-rw-r--r--fitz/memento.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/fitz/memento.h b/fitz/memento.h
index a2b4b724..eeab1cc4 100644
--- a/fitz/memento.h
+++ b/fitz/memento.h
@@ -175,6 +175,9 @@ void Memento_breakpoint(void);
int Memento_failAt(int);
int Memento_failThisEvent(void);
+void Memento_listBlocks(void);
+void Memento_listNewBlocks(void);
+
void *Memento_malloc(size_t s);
void *Memento_realloc(void *, size_t s);
void Memento_free(void *);
@@ -207,6 +210,8 @@ void *Memento_calloc(size_t, size_t);
#define Memento_breakpoint() do {} while (0)
#define Memento_failAt(A) 0
#define Memento_failThisEvent() 0
+#define Memento_listBlocks() do {} while (0)
+#define Memento_listNewBlocks() do {} while (0)
#endif /* MEMENTO */