#ifndef SHADOW_INCLUDE_CHKHASH_H #define SHADOW_INCLUDE_CHKHASH_H #include "config.h" #include bool is_valid_hash(const char *hash); #endif