diff options
author | bpc2003 <wpesfriendnva@gmail.com> | 2025-04-24 10:18:03 -0400 |
---|---|---|
committer | bpc2003 <wpesfriendnva@gmail.com> | 2025-04-24 10:18:03 -0400 |
commit | 5b0d930e9e2605add559a70591573ffaa2fd8404 (patch) | |
tree | 6d227666ae79a2100410e881aafc07c04d329655 /src/lib/utils.h | |
parent | 49a24bf62efc8d46e813d769dac2c36c413c21e8 (diff) |
Implemented Isolation int setkeys and getkeys
Diffstat (limited to 'src/lib/utils.h')
-rw-r--r-- | src/lib/utils.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/utils.h b/src/lib/utils.h index 64e2787..99a8efa 100644 --- a/src/lib/utils.h +++ b/src/lib/utils.h @@ -10,9 +10,6 @@ void dellist(tablist_t *list); * and returns that mod TABLEN */ int hash(char *str); -// clone: clones and returns a pointer to int -int *clone(int n); - // copytab: copys table src into table dst tablist_t *copytab(tablist_t *dst, tablist_t *src); |