gecko-dev/mailnews/news/src/nsNNTPHost.h
1999-01-31 06:34:01 +00:00

15 lines
285 B
C

/* Insert copyright and license here 1996 */
#ifndef __msg_NewsHost__
#define __msg_NewsHost__ 1
#include "nsINNTPHost.h"
NS_BEGIN_EXTERN_C
nsresult NS_NewNNTPHost(nsINNTPHost **aInstancePtrResult, const char * name, PRUint32 port);
NS_END_EXTERN_C
#endif /* __msg_NewsHost__ */