#ifndef ADVENT_H_UTILITY_
#define ADVENT_H_UTILITY_
char *md5_str(const char *);
char *capture_system(const char *);
#endif