Files
Work/nntp/MSGID.HPP
2024-08-07 09:16:27 -04:00

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