#ifndef DBOX_RFC1522_H

#define DBOX_RFC1522_H

#include <string>

std::string decode_rfc1522(const std::string &text);

#endif


syntax highlighted by Code2HTML, v. 0.9.1