diff options
| 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 |
| commit | 24a39d796e2803875ffe6f53314b1d851a79f35b (patch) | |
| tree | 54fbe7574e01453cdee2330b3a2b7c1b35092a3b /src/ll.h | |
| parent | 65f1979b7781e969791e63b787e896e732ffc68c (diff) | |
Make shitty file scan from folder scan
Diffstat (limited to 'src/ll.h')
| -rw-r--r-- | src/ll.h | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -7,7 +7,6 @@ | |||
| 7 | struct nodelist { | 7 | struct 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 |
