/*
* Copyright (c) 2001 Proofpoint, 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.
*
*/
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
int
int argc;
char **argv;
{
int err;
if (argc != 3)
{
exit(1);
}
if (err)
{
exit(1);
}
else
return 0;
}