diff options
author | bpc2003 <wpesfriendnva@gmail.com> | 2025-04-21 18:01:57 -0400 |
---|---|---|
committer | bpc2003 <wpesfriendnva@gmail.com> | 2025-04-21 18:01:57 -0400 |
commit | dc83060f785031f1607dc4152e678472bff06b8a (patch) | |
tree | 93455eea782710ed38ff9cd6c31183597711295d /src/lib/keytab.c | |
parent | 6722eaf826a14b7f2c21a2cbfb24c21389a4818e (diff) |
Update documentation in mdb.h
Diffstat (limited to 'src/lib/keytab.c')
-rw-r--r-- | src/lib/keytab.c | 2 |
1 files changed, 2 insertions, 0 deletions
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); |