/*
 * Copyright 2003 Sun Microsystems, Inc.  All rights reserved.
 * Use is subject to license terms.
 */

#pragma ident	"@(#)llib-ldiagcode	1.1	03/08/20 SMI"

#include <sys/types.h>
#include <fm/diagcode.h>

fm_dc_handle_t *fm_dc_opendict(int, const char *, const char *);
void fm_dc_closedict(fm_dc_handle_t *);
size_t fm_dc_codelen(fm_dc_handle_t *);
int fm_dc_maxkey(fm_dc_handle_t *);
int fm_dc_key2code(fm_dc_handle_t *, const char *[], char *, size_t);
int fm_dc_code2key(fm_dc_handle_t *, const char *, char *[], int);
