aboutsummaryrefslogtreecommitdiff
path: root/item.h
diff options
context:
space:
mode:
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