| 123456789101112131415161718 |
- /** 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
|