diff options
Diffstat (limited to 'src/lib/batch.c')
-rw-r--r-- | src/lib/batch.c | 2 |
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); |