a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap/*
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap * CDDL HEADER START
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap *
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap * The contents of this file are subject to the terms of the
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap * Common Development and Distribution License, Version 1.0 only
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap * (the "License"). You may not use this file except in compliance
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap * with the License.
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap *
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap * or http://www.opensolaris.org/os/licensing.
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap * See the License for the specific language governing permissions
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap * and limitations under the License.
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap *
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap * When distributing Covered Code, include this CDDL HEADER in each
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap * If applicable, add the following below this CDDL HEADER, with the
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap * fields enclosed by brackets "[]" replaced with your own identifying
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap * information: Portions Copyright [yyyy] [name of copyright owner]
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap *
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap * CDDL HEADER END
483b029ba8436049005eb485fcc9b26f2484f7eaYuri Pankov */
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap/*
d618d68dcf9c6c8f2c1e2fbbd4de1de0cf30150ePriya Krishnan * Copyright (c) 1993-2001 by Sun Microsystems, Inc.
483b029ba8436049005eb485fcc9b26f2484f7eaYuri Pankov * All rights reserved.
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap */
483b029ba8436049005eb485fcc9b26f2484f7eaYuri Pankov
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap#ifndef _AUDIO_I18N_H
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap#define _AUDIO_I18N_H
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap#pragma ident "%Z%%M% %I% %E% SMI"
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap#ifdef __cplusplus
4558d122136f151d62acbbc02ddb42df89a5ef66Viswanathan Kannappanextern "C" {
4558d122136f151d62acbbc02ddb42df89a5ef66Viswanathan Kannappan#endif
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap#include <locale.h>
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlapextern char *ds_expand_pathname(const char *, char *);
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap#define DGET(labels, str) (char *)dgettext(labels, str)
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap
d618d68dcf9c6c8f2c1e2fbbd4de1de0cf30150ePriya Krishnan#ifdef __cplusplus
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap}
c050a449559fc53eab7574bb8f3d5f4bd85211f3Peter Gill#endif
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap
c050a449559fc53eab7574bb8f3d5f4bd85211f3Peter Gill#endif /* !_AUDIO_I18N_H */
a6d42e7d71324c5193c3b94d57d96ba2925d52e1Peter Dunlap