leval.h 325 B

123456789101112131415161718
  1. /** BEGIN COPYRIGHT BLOCK
  2. * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  3. * Copyright (C) 2005 Red Hat, Inc.
  4. * All rights reserved.
  5. * END COPYRIGHT BLOCK **/
  6. #ifndef LEVAL_H
  7. #define LEVAL_H
  8. NSPR_BEGIN_EXTERN_C
  9. int
  10. freeLAS(NSErr_t *errp, char *attribute, void **las_cookie);
  11. NSPR_END_EXTERN_C
  12. #endif