summaryrefslogtreecommitdiff
path: root/src/include/extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/extern.h')
-rw-r--r--src/include/extern.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/extern.h b/src/include/extern.h
index c0142791879..2a9fd454342 100644
--- a/src/include/extern.h
+++ b/src/include/extern.h
@@ -1144,6 +1144,10 @@ extern int __wt_absolute_path(const char *path);
extern int __wt_filename(WT_SESSION_IMPL *session,
const char *name,
const char **path);
+extern int __wt_nfilename(WT_SESSION_IMPL *session,
+ const char *name,
+ size_t namelen,
+ const char **path);
extern int __wt_library_init(void);
extern int __wt_breakpoint(void);
extern void __wt_attach(WT_SESSION_IMPL *session);