diff dbutil.h @ 425:1afa503e33f5

Disable core dumps
author Matt Johnston <matt@ucc.asn.au>
date Mon, 12 Feb 2007 10:43:44 +0000
parents 044bc108b9b3
children c1e9c81d1d27 357a2e2e9bcc
line wrap: on
line diff
--- a/dbutil.h	Sun Feb 11 10:46:44 2007 +0000
+++ b/dbutil.h	Mon Feb 12 10:43:44 2007 +0000
@@ -63,6 +63,7 @@
 void __m_free(void* ptr);
 void m_burn(void* data, unsigned int len);
 void setnonblocking(int fd);
+void disallow_core();
 
 /* Used to force mp_ints to be initialised */
 #define DEF_MP_INT(X) mp_int X = {0, 0, 0, NULL}