/**
 * MobileWonderGate Network Communication Library
 *      copyright 2000-2001, by Naga(nagaw@attglobal.net)
 *
 * $Id$
 *
 * $Log$
 */

#ifndef	_MWGALOG_H_
#define	_MWGALOG_H_

#ifdef	__cplusplus
extern	"C"
{
#endif


/*-------------------------------------------------------------------*/
/*
 * デバッグログ出力関数
 */
void mwgate_openLog(long lLogSize);
void mwgate_closeLog(void);

void mwgate_putLogBIN(char far *pStr, int nLen);
void mwgate_putLogSTR(char far *pStr);


#ifdef	__cplusplus
}
#endif

#endif	/* _MWGALOG_H_ */
