#ifndef GUARD_OLC_MD5_HPP #define GUARD_OLC_MD5_HPP #include <string> namespace olCompile { std::string md5(std::string s); } // namespace olCompile #endif