summaryrefslogtreecommitdiffstats
path: root/lib/libaccess/oneeval.h
blob: 3b0b3ab6f7c5fff11a21ad560686bad92a02b4c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/** BEGIN COPYRIGHT BLOCK
 * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
 * Copyright (C) 2005 Red Hat, Inc.
 * All rights reserved.
 * END COPYRIGHT BLOCK **/
#ifndef LEVAL_H
#define LEVAL_H

NSPR_BEGIN_EXTERN_C

int
freeLAS(NSErr_t *errp, char *attribute, void **las_cookie);

NSPR_END_EXTERN_C

#endif