summaryrefslogtreecommitdiff
path: root/src/scanner.h
blob: f42d9b9ad6faf45d10aadf9b0d636767f644630d (plain)
1
2
3
4
5
6
7
8
9
#ifndef __VXGG_REWRITE___SCANNER_H___7164133769617___
#define __VXGG_REWRITE___SCANNER_H___7164133769617___

#include "ll.h"
#include <dirent.h>

dlinkedlist * scandirlist(const char * const dir, int (*selector)(const struct dirent *), int (*cmp)(const struct dirent **, const struct dirent **));

#endif