From 5b0d930e9e2605add559a70591573ffaa2fd8404 Mon Sep 17 00:00:00 2001 From: bpc2003 Date: Thu, 24 Apr 2025 10:18:03 -0400 Subject: Implemented Isolation int setkeys and getkeys --- src/lib/utils.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/lib/utils.h') 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); -- cgit v1.2.3