#ifndef UNLINK_OLD_FILES_H
#define UNLINK_OLD_FILES_H
/* Unlink all files from directory beginning with given prefix and having
ctime older than min_time. Makes sure that the directory's atime is updated.
Returns -1 if there were some errors. */
#endif