summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1998-10-12 22:16:38 +0200
committerWerner Koch <wk@gnupg.org>1998-10-12 22:16:38 +0200
commit8477407e794951c686e3afe1d13035abd0153d9f (patch)
treea062f99923861fe7c55d5cc2ff3cf04daba8c8e0 /include
parenta new release (diff)
downloadgnupg2-8477407e794951c686e3afe1d13035abd0153d9f.tar.xz
gnupg2-8477407e794951c686e3afe1d13035abd0153d9f.zip
backup
Diffstat (limited to 'include')
-rw-r--r--include/memory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/memory.h b/include/memory.h
index 08bccd5ec..84b7337c6 100644
--- a/include/memory.h
+++ b/include/memory.h
@@ -59,6 +59,7 @@ char *m_strdup( const char * a);
#endif
size_t m_size( const void *a );
+void m_print_stats(const char *prefix);
/*-- secmem.c --*/
void secmem_init( size_t npool );