summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/salvage/salvage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/salvage/salvage.c')
-rw-r--r--src/third_party/wiredtiger/test/salvage/salvage.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/test/salvage/salvage.c b/src/third_party/wiredtiger/test/salvage/salvage.c
index 9c79e0c219c..5f81e4cccd2 100644
--- a/src/third_party/wiredtiger/test/salvage/salvage.c
+++ b/src/third_party/wiredtiger/test/salvage/salvage.c
@@ -58,6 +58,10 @@ static int verbose; /* -v flag */
extern int __wt_optind;
extern char *__wt_optarg;
+/*
+ * main --
+ * TODO: Add a comment describing this function.
+ */
int
main(int argc, char *argv[])
{
@@ -105,6 +109,10 @@ main(int argc, char *argv[])
return (EXIT_SUCCESS);
}
+/*
+ * t --
+ * TODO: Add a comment describing this function.
+ */
void
t(int r, u_int ptype, int unique)
{
@@ -143,6 +151,10 @@ t(int r, u_int ptype, int unique)
}
}
+/*
+ * usage --
+ * TODO: Add a comment describing this function.
+ */
int
usage(void)
{
@@ -150,6 +162,10 @@ usage(void)
return (EXIT_FAILURE);
}
+/*
+ * run --
+ * TODO: Add a comment describing this function.
+ */
void
run(int r)
{