diff options
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 |
