/*
* Copyright (c) 2001 Sendmail, Inc. and its suppliers.
* All rights reserved.
*
* By using this file, you agree to the terms and conditions set
* forth in the LICENSE file which can be found at the top level of
* the sendmail distribution.
*
*/
#pragma ident "%Z%%M% %I% %E% SMI"
#include <sendmail.h>
#include <ctype.h>
/*VARARGS1*/
void
#ifdef __STDC__
#else /* __STDC__ */
const char *msg;
#endif /* __STDC__ */
{
const char *m;
m = msg;
m += 4;
}
/*VARARGS1*/
void
#ifdef __STDC__
#else /* __STDC__ */
const char *msg;
#endif /* __STDC__ */
{
const char *m;
m = msg;
m += 4;
}