Add GNU LGPL headers to all .c .C and .h files
[oweals/cde.git] / cde / lib / csa / convert2-4.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: convert2-4.h /main/1 1996/04/21 19:22:29 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 _CONVERT2_4_H
32 #define _CONVERT2_4_H
33
34 #include "ansi_c.h"
35
36 /* convert2-4.h:  conversion routines for rpc.cmsd version 2 to
37    rpc.cmsd version 4 data types
38 */
39
40 extern Table_Args_4 *_DtCm_tableargs2_to_tableargs4 P((Table_Args_2*));
41 extern Table_Args_4 *_DtCm_tabledelargs2_to_tabledelargs4 P((Table_Args_2*, Options_4));
42 extern Registration_4 *_DtCm_reg2_to_reg4 P((Registration_2*));
43 extern Access_Args_4 *_DtCm_accargs2_to_accargs4 P((Access_Args_2*));
44 extern Table_Res_4 *_DtCm_tableres2_to_tableres4 P((Table_Res_2*));
45 extern Table_Status_4 _DtCm_tablestat2_to_tablestat4 P((Table_Status_2));
46 extern Access_Status_4 _DtCm_accstat2_to_accstat4 P((Access_Status_2));
47 extern Registration_Status_4 _DtCm_regstat2_to_regstat4 P((Registration_Status_2));
48
49 #endif