summaryrefslogtreecommitdiff
path: root/dbmalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'dbmalloc.h')
-rw-r--r--dbmalloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbmalloc.h b/dbmalloc.h
index f27ab39..f05f8f5 100644
--- a/dbmalloc.h
+++ b/dbmalloc.h
@@ -11,6 +11,6 @@ void m_free_direct(void* ptr);
#define m_free(X) do {m_free_direct(X); (X) = NULL;} while (0)
void m_malloc_set_epoch(unsigned int epoch);
-void m_malloc_free_epoch(unsigned int epoch);
+void m_malloc_free_epoch(unsigned int epoch, int dofree);
#endif /* DBMALLOC_H_ */