7 lines
156 B
C
7 lines
156 B
C
#ifndef __NNTPMSGT_H__
|
|
#define __NNTPMSGT_H__
|
|
#include "imsg.h"
|
|
|
|
void NNTPIMsgUnitTest(IMsg *pMessage, CTLStream *pStream, BOOL fOnPostFinal);
|
|
#endif
|