summaryrefslogtreecommitdiff
path: root/src/mongo/shell/shell_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/shell/shell_utils.h')
-rw-r--r--src/mongo/shell/shell_utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/shell/shell_utils.h b/src/mongo/shell/shell_utils.h
index 7bfaf9ab014..0c856c37ed3 100644
--- a/src/mongo/shell/shell_utils.h
+++ b/src/mongo/shell/shell_utils.h
@@ -45,6 +45,8 @@ class DBClientBase;
namespace shell_utils {
+bool isBalanced(const std::string& code);
+
extern std::string dbConnect;
using EnterpriseShellCallback = void(Scope&);