Deleted Added
full compact
handler.c (110560) handler.c (111823)
1/*
1/*
2 * Copyright (c) 1999-2002 Sendmail, Inc. and its suppliers.
2 * Copyright (c) 1999-2003 Sendmail, Inc. and its suppliers.
3 * All rights reserved.
4 *
5 * By using this file, you agree to the terms and conditions set
6 * forth in the LICENSE file which can be found at the top level of
7 * the sendmail distribution.
8 *
9 */
10
11#include <sm/gen.h>
3 * All rights reserved.
4 *
5 * By using this file, you agree to the terms and conditions set
6 * forth in the LICENSE file which can be found at the top level of
7 * the sendmail distribution.
8 *
9 */
10
11#include <sm/gen.h>
12SM_RCSID("@(#)$Id: handler.c,v 8.30.2.2 2002/12/18 23:15:35 ca Exp $")
12SM_RCSID("@(#)$Id: handler.c,v 8.30.2.4 2003/01/23 22:28:36 ca Exp $")
13
14#include "libmilter.h"
15
16
17/*
18** HANDLE_SESSION -- Handle a connected session in its own context
19**
20** Parameters:

--- 46 unchanged lines hidden ---
13
14#include "libmilter.h"
15
16
17/*
18** HANDLE_SESSION -- Handle a connected session in its own context
19**
20** Parameters:

--- 46 unchanged lines hidden ---