Deleted Added
full compact
map.h (302408) map.h (168515)
1/*
1/*
2 * Copyright (c) 2006 Proofpoint, Inc. and its suppliers.
2 * Copyright (c) 2006 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 *
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 * $Id: map.h,v 8.4 2013-11-22 20:51:56 ca Exp $
9 * $Id: map.h,v 8.3 2006/12/19 19:49:51 ca Exp $
10 */
11
12#ifndef _MAP_H
13# define _MAP_H 1
14
15extern char *arith_map_lookup __P((MAP *, char *, char **, int *));
16
17extern char *bestmx_map_lookup __P((MAP *, char *, char **, int *));

--- 69 unchanged lines hidden ---
10 */
11
12#ifndef _MAP_H
13# define _MAP_H 1
14
15extern char *arith_map_lookup __P((MAP *, char *, char **, int *));
16
17extern char *bestmx_map_lookup __P((MAP *, char *, char **, int *));

--- 69 unchanged lines hidden ---