summaryrefslogtreecommitdiff
path: root/get_next_line.h
diff options
context:
space:
mode:
authorDominik Kaiser2024-03-21 15:23:26 +0100
committerDominik Kaiser2024-03-21 15:23:26 +0100
commit18df570cd98093147845adfa822db424109a343c (patch)
tree3188edef346b4fcd03c7c08c76a4b4f46d5aa41d /get_next_line.h
parent94b47301589acbc1ac7e75dd93b183a796cc9bad (diff)
downloadget_next_line-18df570cd98093147845adfa822db424109a343c.tar.gz
get_next_line-18df570cd98093147845adfa822db424109a343c.zip
Remove old code and add str_realloc()
Code doesn't work at all after this but I have to refactor it anyways.
Diffstat (limited to 'get_next_line.h')
-rw-r--r--get_next_line.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/get_next_line.h b/get_next_line.h
index 7e5c093..1e9a6f6 100644
--- a/get_next_line.h
+++ b/get_next_line.h
@@ -6,7 +6,7 @@
/* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/03/15 14:14:07 by dkaiser #+# #+# */
-/* Updated: 2024/03/21 11:24:39 by dkaiser ### ########.fr */
+/* Updated: 2024/03/21 15:22:54 by dkaiser ### ########.fr */
/* */
/* ************************************************************************** */
@@ -20,4 +20,5 @@
# endif
char *get_next_line(int fd);
+char * str_realloc(char *str, size_t size);
#endif // GET_NEXT_LINE_H