aboutsummaryrefslogtreecommitdiff
path: root/item.h
blob: b27714fab0dd71c3cec8a613542dbff19301ca24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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