From 3889e10610da7915544d8ad865b2f9385c6dc383 Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 27 May 2017 18:38:45 +0200 Subject: New files --- item.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 item.h (limited to 'item.h') 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 + + +int sort_i(const void* A, const void* B); +void freelitem( itemC* m, int s); +void listdir(int option, itemC** m, int* s); + +#endif -- cgit v1.2.3