8 lines
158 B
C
8 lines
158 B
C
#ifndef __NNTPADMT_H__
|
|
#define __NNTPADMT_H__
|
|
#include "nntpadm.h"
|
|
#include "imsg.h"
|
|
|
|
void NNTPAdmUnitTest(IMsg *pMessage, CTLStream *pStream);
|
|
#endif
|