#ifndef DBOX_PARSEFROM_H

#define DBOX_PARSEFROM_H

void parse_from(const std::string from, std::string &email, std::string &name);

#endif


syntax highlighted by Code2HTML, v. 0.9.1