summaryrefslogtreecommitdiff
path: root/src/ll.h
diff options
context:
space:
mode:
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