summaryrefslogtreecommitdiff
path: root/get_next_line.h
diff options
context:
space:
mode:
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