diff options
| author | @syxhe <https://t.me/syxhe> | 2025-06-08 17:25:13 -0500 |
|---|---|---|
| committer | @syxhe <https://t.me/syxhe> | 2025-06-08 17:25:13 -0500 |
| commit | 08fb644c7d101551edfe8fc2608e0ac501b3df9f (patch) | |
| tree | 65660431cb77c7f482eb1d7a45fe47c562d49608 /src/scanner.h | |
| parent | 5431fec6726c18234c9c28b014cc6f18a0d79884 (diff) | |
Trim the fat
Diffstat (limited to 'src/scanner.h')
| -rw-r--r-- | src/scanner.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/scanner.h b/src/scanner.h index f42d9b9..b9f2f9a 100644 --- a/src/scanner.h +++ b/src/scanner.h | |||
| @@ -1,9 +1,5 @@ | |||
| 1 | #ifndef __VXGG_REWRITE___SCANNER_H___7164133769617___ | 1 | #ifndef __VXGG_REWRITE___SCANNER_H___7164133769617___ |
| 2 | #define __VXGG_REWRITE___SCANNER_H___7164133769617___ | 2 | #define __VXGG_REWRITE___SCANNER_H___7164133769617___ |
| 3 | 3 | ||
| 4 | #include "ll.h" | ||
| 5 | #include <dirent.h> | ||
| 6 | |||
| 7 | dlinkedlist * scandirlist(const char * const dir, int (*selector)(const struct dirent *), int (*cmp)(const struct dirent **, const struct dirent **)); | ||
| 8 | 4 | ||
| 9 | #endif \ No newline at end of file | 5 | #endif \ No newline at end of file |
