summaryrefslogtreecommitdiff
path: root/src/ll.h
diff options
context:
space:
mode:
author@syxhe <https://t.me/syxhe>2024-06-21 00:38:19 -0500
committer@syxhe <https://t.me/syxhe>2024-06-21 00:38:19 -0500
commit24a39d796e2803875ffe6f53314b1d851a79f35b (patch)
tree54fbe7574e01453cdee2330b3a2b7c1b35092a3b /src/ll.h
parent65f1979b7781e969791e63b787e896e732ffc68c (diff)
Make shitty file scan from folder scan
Diffstat (limited to 'src/ll.h')
-rw-r--r--src/ll.h1
1 files changed, 0 insertions, 1 deletions
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 @@
7struct nodelist { 7struct nodelist {
8 struct nodelist *next; 8 struct nodelist *next;
9 char *fullpath; 9 char *fullpath;
10 int type;
11}; 10};
12 11
13// 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 12// 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