aboutsummaryrefslogtreecommitdiff
path: root/src/vdbeInt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vdbeInt.h')
-rw-r--r--src/vdbeInt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vdbeInt.h b/src/vdbeInt.h
index ce5244fda..eed4f5a39 100644
--- a/src/vdbeInt.h
+++ b/src/vdbeInt.h
@@ -390,3 +390,5 @@ void sqlite3VdbeMemRelease(Mem *p);
#ifndef NDEBUG
void sqlite3VdbeMemSanity(Mem*, u8);
#endif
+int sqlite3VdbeMemTranslate(Mem*, u8);
+void sqlite3VdbeMemPrettyPrint(Mem *pMem, char *zBuf, int nBuf);