#ifndef CAT_H #define CAT_H /* Prototypes for the cat command, excluding entry points */ static unsigned int cat_file(const char *, size_t, bool, off64_t, off64_t, bool); #endif /* CAT_H */