#ifndef CKDU_MESSAGES_H #define CKDU_MESSAGES_H 1 void handle_opendir_error(int code, const char *dirname); void handle_readdir_error(int code, const char *dirname); void handle_stat_error(int code, const char *dirname, const char *basename); #endif /* CKDU_MESSAGES_H */