#ifndef QUEUEFN_H #define QUEUEFN_H #include extern size_t queuefn(char *buf, const size_t buflen, const char *dir, const unsigned int inode); #endif