#ifndef DBOX_MESSAGEID_H

#define DBOX_MESSAGEID_H

#include <string>

std::string gen_message_id(const std::string &module);

#endif


syntax highlighted by Code2HTML, v. 0.9.1