summaryrefslogtreecommitdiff
path: root/stdafx.h
diff options
context:
space:
mode:
authorDwight <dmerriman@gmail.com>2008-06-23 16:28:25 -0400
committerDwight <dmerriman@gmail.com>2008-06-23 16:28:25 -0400
commitcb18407a0d3dccfb910aa4ef9afb1aabb627bcc9 (patch)
tree47586a86e0e9ab2722c3be264e7b92f15b68f947 /stdafx.h
parent5d2cdfbad07ca56bef939b44eea3599cbd043835 (diff)
downloadmongo-cb18407a0d3dccfb910aa4ef9afb1aabb627bcc9.tar.gz
replay better
Diffstat (limited to 'stdafx.h')
-rw-r--r--stdafx.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/stdafx.h b/stdafx.h
index b8af6352305..c2c22de0f03 100644
--- a/stdafx.h
+++ b/stdafx.h
@@ -129,3 +129,6 @@ inline void our_debug_free(void *p) {
}
#define free our_debug_free
#endif
+
+void dbexit(int resultcode);
+#define exit dbexit