9 lines
175 B
C
9 lines
175 B
C
#ifndef __NNTPSEOT_H__
|
|
#define __NNTPSEOT_H__
|
|
#include "imsg.h"
|
|
#include "seo.h"
|
|
|
|
void NNTPSEOUnitTest(IMsg *pMessage, CTLStream *pStream, BOOL fOnPostFinal);
|
|
|
|
#endif
|