/* $Id$ */

#define	LOGGING		1		/* Includes logging when defined */

#ifdef	LOGGING
/* warn.c */
void warningcont(int);
#endif	/* LOGGING */