#ifndef NO_IDENT
static char *Id = "$Id: shoquota.c,v 1.3 1995/06/06 13:37:08 tom Exp $";
#endif

#include <string.h>

void	shoquota (char *bfr)
{
	strcpy (bfr, "QUOTA-display not implemented");
}
