summaryrefslogtreecommitdiff
path: root/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'list.h')
-rw-r--r--list.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/list.h b/list.h
index 7c9a94d..b31c439 100644
--- a/list.h
+++ b/list.h
@@ -19,7 +19,7 @@ struct item *additem(struct item **mainlist);
/*
* Delete item from list mainlist.
- */
+ */
void delitem(struct item **mainlist, struct item *item);
/*
@@ -37,5 +37,5 @@ void delallitems(struct item **list, int *stored);
/*
* Print all items in mainlist on stdout.
- */
+ */
void listitems(struct item *mainlist);