summaryrefslogtreecommitdiffstats
path: root/lib/libaccess/lasdns.h
blob: a082e3f3d3cdc0f593eff35a3fc49c730af21b01 (plain)
1
2
3
4
5
6
7
8
9
10
/** BEGIN COPYRIGHT BLOCK
 * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
 * Copyright (C) 2005 Red Hat, Inc.
 * All rights reserved.
 * END COPYRIGHT BLOCK **/

typedef	struct LASDnsContext {
	PRHashTable	*Table;	
	pool_handle_t   *pool;
} LASDnsContext_t;