From 24a39d796e2803875ffe6f53314b1d851a79f35b Mon Sep 17 00:00:00 2001 From: "@syxhe" Date: Fri, 21 Jun 2024 00:38:19 -0500 Subject: Make shitty file scan from folder scan --- src/ll.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ll.h') diff --git a/src/ll.h b/src/ll.h index 9470ea6..72d6593 100644 --- a/src/ll.h +++ b/src/ll.h @@ -7,7 +7,6 @@ struct nodelist { struct nodelist *next; char *fullpath; - int type; }; // Initializes a nodelist object. Returns a pointer to START on success, and NULL on error. If START is null, malloc is called to populate it -- cgit v1.2.3