aboutsummaryrefslogtreecommitdiff
path: root/item.h
diff options
context:
space:
mode:
authorache <ache@ache.one>2017-05-27 18:38:45 +0200
committerache <ache@ache.one>2017-05-27 18:38:45 +0200
commit3889e10610da7915544d8ad865b2f9385c6dc383 (patch)
tree87a8ec3fb8b7b999d52a4a491e6b31a48ab09f14 /item.h
parentInit commit (diff)
New files
Diffstat (limited to 'item.h')
-rw-r--r--item.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/item.h b/item.h
new file mode 100644
index 0000000..b27714f
--- /dev/null
+++ b/item.h
@@ -0,0 +1,13 @@
+
+#ifndef ITEM_METAG_H
+#define ITEM_METAG_H
+
+#include "main.h"
+#include <dirent.h>
+
+
+int sort_i(const void* A, const void* B);
+void freelitem( itemC* m, int s);
+void listdir(int option, itemC** m, int* s);
+
+#endif