#ifndef DBOX_PARSEFROM_H #define DBOX_PARSEFROM_H void parse_from(const std::string from, std::string &email, std::string &name); #endif