From dc83060f785031f1607dc4152e678472bff06b8a Mon Sep 17 00:00:00 2001 From: bpc2003 Date: Mon, 21 Apr 2025 18:01:57 -0400 Subject: Update documentation in mdb.h --- src/lib/batch.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/batch.c') diff --git a/src/lib/batch.c b/src/lib/batch.c index 2d75083..0534daf 100644 --- a/src/lib/batch.c +++ b/src/lib/batch.c @@ -5,6 +5,8 @@ #include "mdb.h" +// TODO: move these functions into seperate files + static int setkey_helper(void *thr_data); static int delkey_helper(void *thr_data); static int *clone(int n); -- cgit v1.2.3