aboutsummaryrefslogtreecommitdiff
path: root/item.c
diff options
context:
space:
mode:
Diffstat (limited to 'item.c')
-rw-r--r--item.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/item.c b/item.c
index b7dc18e..9cf83ba 100644
--- a/item.c
+++ b/item.c
@@ -1,5 +1,14 @@
+/*
+ * Ache - 2017-08-14 - GPLv3
+ */
+
#include "item.h"
+/*
+ * Set of functions to manage a list of items (One file or directory is
+ * an item).
+ */
+
int sort_i(const void* A, const void* B) {