Files
shadow/lib/chkhash.h
2026-01-06 00:37:15 +01:00

14 lines
159 B
C

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