diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-01-30 20:57:29 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-01-30 20:57:29 +0100 |
| commit | 3b884e3836c70b1a19eb7778308fadbc608b0384 (patch) | |
| tree | e57b327c39e4c16fbd8ad1b1a1511f143df71cdd /src/ht/ft_htdelone_key.c | |
| parent | 6500b1ca9ce911d3db7c94ee3f4ee38489b8861a (diff) | |
| download | libft-3b884e3836c70b1a19eb7778308fadbc608b0384.tar.gz libft-3b884e3836c70b1a19eb7778308fadbc608b0384.tar.bz2 libft-3b884e3836c70b1a19eb7778308fadbc608b0384.zip | |
making hashtable compile
Diffstat (limited to 'src/ht/ft_htdelone_key.c')
| -rw-r--r-- | src/ht/ft_htdelone_key.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ht/ft_htdelone_key.c b/src/ht/ft_htdelone_key.c index 5dc0c16..96d55ec 100644 --- a/src/ht/ft_htdelone_key.c +++ b/src/ht/ft_htdelone_key.c @@ -11,8 +11,9 @@ /* ************************************************************************** */ #include "libft.h" +#include "libft_ht.h" -void ft_htdelone_key(t_ftht *ht, char *key) +void ft_htdelone_key(t_ftht *ht, char *key) { ft_htdelone(ht, key, ft_inter_htdelcontent_key); } |
