Don't declare 'Chunk' as both public and private, that's just daft.
[oweals/cde.git] / cde / lib / csa / convert4-2.h
1 /*
2  * CDE - Common Desktop Environment
3  *
4  * Copyright (c) 1993-2012, The Open Group. All rights reserved.
5  *
6  * These libraries and programs are free software; you can
7  * redistribute them and/or modify them under the terms of the GNU
8  * Lesser General Public License as published by the Free Software
9  * Foundation; either version 2 of the License, or (at your option)
10  * any later version.
11  *
12  * These libraries and programs are distributed in the hope that
13  * they will be useful, but WITHOUT ANY WARRANTY; without even the
14  * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
15  * PURPOSE. See the GNU Lesser General Public License for more
16  * details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with these librararies and programs; if not, write
20  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
21  * Floor, Boston, MA 02110-1301 USA
22  */
23 /* $XConsortium: convert4-2.h /main/1 1996/04/21 19:22:41 drk $ */
24 /*
25  *  (c) Copyright 1993, 1994 Hewlett-Packard Company
26  *  (c) Copyright 1993, 1994 International Business Machines Corp.
27  *  (c) Copyright 1993, 1994 Novell, Inc.
28  *  (c) Copyright 1993, 1994 Sun Microsystems, Inc.
29  */
30
31 #ifndef _CONVERT4_2_H
32 #define _CONVERT4_2_H
33
34 #include "ansi_c.h"
35
36 /* convert4-2.h:  conversion routines for rpc.cmsd version 4 to
37    rpc.cmsd version 2 data types
38 */
39
40 extern Table_Res_2 *_DtCm_tableres4_to_tableres2 P((Table_Res_4 *));
41 extern Table_Status_2 _DtCm_tablestat4_to_tablestat2 P((Table_Status_4));
42 extern Registration_Status_2 _DtCm_regstat4_to_regstat2 P((Registration_Status_4));
43 extern Access_Status_2 _DtCm_accstat4_to_accstat2 P((Access_Status_4));
44 extern Access_Args_2 *_DtCm_accargs4_to_accargs2 P((Access_Args_4*));
45 extern Uid_2 *_DtCm_uid4_to_uid2 P((Uid_4*));
46 extern Range_2 *_DtCm_range4_to_range2 P((Range_4*));
47 extern Appt_2 *_DtCm_appt4_to_appt2 P((Appt_4*));
48 extern void _DtCm_id4_to_id2 P((Id_4*, Id_2*));
49 extern Access_Entry_2 *_DtCm_acclist4_to_acclist2 P((Access_Entry_4*));
50 extern Uid_2 *_DtCm_uidopt4_to_uid2 P((Uidopt_4*));
51 extern void _DtCm_free_attr2 P((Attribute_2 *a));
52 extern void _DtCm_free_appt2 P((Appt_2 *a));
53
54 #endif