#ifndef __SLOTS__SEARCH_H__1863390513307 #define __SLOTS__SEARCH_H__1863390513307 #include // scandir filter: filter out anything that isn't a directory int folderonly(const struct dirent64 *tester); // scandir filter: filter out anything that isn't a regular file int fileonly(const struct dirent64 *tester); #endif