Blame src/utils.h

Packit Service 087331
#include <ctype.h>
Packit Service 087331
#include <sys/types.h>
Packit Service 087331
Packit Service 087331
int get_cmd_path(const char *prog_name, char *buf, size_t buf_len);
Packit Service 087331
int hex_to_bin(char ch);
Packit Service 087331
int hex2bin(void *dst, const char *src, size_t count);