mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-14 05:44:20 +00:00
15 lines
285 B
C
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__ */
|