diff options
author | bpc2003 <wpesfriendnva@gmail.com> | 2025-04-17 15:49:08 -0400 |
---|---|---|
committer | bpc2003 <wpesfriendnva@gmail.com> | 2025-04-17 15:49:08 -0400 |
commit | e0629ac93be30bcb0e11d240fd632c2185706306 (patch) | |
tree | 8befc692eaa70a39a485ad0a5136ceffd6f2a63d /src/lib/mdb.h | |
parent | 525b5b126bae74aa9817dc191beec81714701965 (diff) |
Continuing reimplemtation of getkeys
Diffstat (limited to 'src/lib/mdb.h')
-rw-r--r-- | src/lib/mdb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/mdb.h b/src/lib/mdb.h index 9038aef..f1284b7 100644 --- a/src/lib/mdb.h +++ b/src/lib/mdb.h @@ -23,7 +23,7 @@ typedef struct { tabidx_t getkey(tablist_t *list, int id, char *key); // Batch Operations -tabidx_t *getkeys(tablist_t *list, int id, char **keys, int len); // TODO: Reimplement getkeys +tablist_t *getkeys(tablist_t *list, int id, char **keys, int len); // TODO: Reimplement getkeys int setkeys(tablist_t **list, int id, char **pairs, int len); int delkeys(tablist_t *list, int id, char **keys, int len); |