summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index e45f733..b002dca 100644
--- a/include/common.h
+++ b/include/common.h
@@ -161,5 +161,9 @@ static inline BOOL CXIsFinishedUncompLH( const CXUncompContextLH *context )
return (context->destCount > 0 || context->headerSize > 0)? FALSE : TRUE;
}
+namespace nw4r { namespace db {
+ void Exception_Printf_(const char *msg, ...);
+}}
+
#endif