summaryrefslogtreecommitdiff
path: root/src/lib/batch.c
diff options
context:
space:
mode:
authorbpc2003 <wpesfriendnva@gmail.com>2025-04-21 18:01:57 -0400
committerbpc2003 <wpesfriendnva@gmail.com>2025-04-21 18:01:57 -0400
commitdc83060f785031f1607dc4152e678472bff06b8a (patch)
tree93455eea782710ed38ff9cd6c31183597711295d /src/lib/batch.c
parent6722eaf826a14b7f2c21a2cbfb24c21389a4818e (diff)
Update documentation in mdb.h
Diffstat (limited to 'src/lib/batch.c')
-rw-r--r--src/lib/batch.c2
1 files changed, 2 insertions, 0 deletions
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);