Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / lib / csa / convert4-3.h
1 /* $XConsortium: convert4-3.h /main/1 1996/04/21 19:22:46 drk $ */
2 /*
3  *  (c) Copyright 1993, 1994 Hewlett-Packard Company
4  *  (c) Copyright 1993, 1994 International Business Machines Corp.
5  *  (c) Copyright 1993, 1994 Novell, Inc.
6  *  (c) Copyright 1993, 1994 Sun Microsystems, Inc.
7  */
8
9 #ifndef _CONVERT4_3_H
10 #define _CONVERT4_3_H
11
12 #include "ansi_c.h"
13
14 /* convert4-3.h:  conversion routines for rpc.cmsd version 4 to
15    rpc.cmsd version 3 data types
16 */
17
18 extern Table_Res_3 *_DtCm_tableres4_to_tableres3 P((Table_Res_4*));
19 extern Table_Status_3 _DtCm_tablestat4_to_tablestat3 P((Table_Status_4));
20 extern Registration_Status_3 _DtCm_regstat4_to_regstat3 P((Registration_Status_4));
21 extern Access_Status_3 _DtCm_accstat4_to_accstat3 P((Access_Status_4));
22 extern Access_Args_3 *_DtCm_accargs4_to_accargs3 P((Access_Args_4*));
23 extern Uid_3 *_DtCm_uid4_to_uid3 P((Uid_4*));
24 extern Range_3 *_DtCm_range4_to_range3 P((Range_4*));
25 extern Appt_3 *_DtCm_appt4_to_appt3 P((Appt_4*));
26 extern void _DtCm_id4_to_id3 P((Id_4*, Id_3*));
27 extern Access_Entry_3 *_DtCm_acclist4_to_acclist3 P((Access_Entry_4*));
28 extern Keyrange_3 *_DtCm_keyrange4_to_keyrange3 P((Keyrange_4*));
29 extern Uid_3 *_DtCm_uidopt4_to_uid3 P((Uidopt_4*));
30 extern void _DtCm_free_attr3 P((Attribute_3 *a));
31 extern void _DtCm_free_appt3 P((Appt_3 *appts));
32
33 #endif