7 lines
150 B
C++
7 lines
150 B
C++
#ifndef _NNTP_MESSAGEID_HPP_
|
|
#define _NNTP_MESSAGEID_HPP_
|
|
#ifndef _COMMON_STRING_HPP_
|
|
#include <common/string.hpp>
|
|
#endif
|
|
typedef String MsgID;
|
|
#endif |