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/keytab.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/keytab.c') diff --git a/src/lib/keytab.c b/src/lib/keytab.c index 9ef4089..e9f744a 100644 --- a/src/lib/keytab.c +++ b/src/lib/keytab.c @@ -4,6 +4,8 @@ #include "mdb.h" +// TODO: move all these functions into seperate files + static int hash(char *key); static char **getkv(char *pair); -- cgit v1.2.3