aboutsummaryrefslogtreecommitdiff
path: root/get_next_line.h
diff options
context:
space:
mode:
Diffstat (limited to 'get_next_line.h')
-rw-r--r--get_next_line.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/get_next_line.h b/get_next_line.h
index c3962e3..36a5116 100644
--- a/get_next_line.h
+++ b/get_next_line.h
@@ -6,7 +6,7 @@
/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/10/09 13:52:59 by cacharle #+# #+# */
-/* Updated: 2019/11/03 22:43:18 by cacharle ### ########.fr */
+/* Updated: 2019/11/21 02:47:49 by cacharle ### ########.fr */
/* */
/* ************************************************************************** */
@@ -31,8 +31,5 @@
*/
int get_next_line(int fd, char **line);
-int read_line(int fd, char **line, char *rest);
-int find_newline(char *str);
-int free_return(char **ptr, char **rest, int ret);
#endif