dtcm: Resolve CID 87822
[oweals/cde.git] / cde / programs / dtcm / server / cmsattr.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 /*******************************************************************************
24 **
25 **  cmsattr.h
26 **
27 **  static char sccsid[] = "@(#)cmsattr.h 1.2 94/10/05 Copyr 1991 Sun Microsystems, Inc.";
28 **
29 **  $XConsortium: cmsattr.h /main/3 1995/11/03 11:09:10 rswiston $
30 **
31 **  RESTRICTED CONFIDENTIAL INFORMATION:
32 **
33 **  The information in this document is subject to special
34 **  restrictions in a confidential disclosure agreement between
35 **  HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
36 **  document outside HP, IBM, Sun, USL, SCO, or Univel without
37 **  Sun's specific written approval.  This document and all copies
38 **  and derivative works thereof must be returned or destroyed at
39 **  Sun's request.
40 **
41 **  Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
42 **
43 *******************************************************************************/
44 #ifndef _CMSATTR_H
45 #define _CMSATTR_H
46
47 #include "ansi_c.h"
48 #include "cm.h"
49 #include "cmscalendar.h"
50
51 extern CSA_return_code _DtCmsUpdateSint32AttrVal P((
52                                 cms_attribute_value *newval,
53                                 cms_attribute_value **attrval));
54
55 extern CSA_return_code _DtCmsUpdateUint32AttrVal P((
56                                 cms_attribute_value *newval,
57                                 cms_attribute_value **attrval));
58
59 extern CSA_return_code _DtCmsUpdateStringAttrVal P((
60                                 cms_attribute_value *newval,
61                                 cms_attribute_value **attrval));
62
63 extern CSA_return_code _DtCmsUpdateAccessListAttrVal P((
64                                 cms_attribute_value *newval,
65                                 cms_attribute_value **attrval));
66
67 extern CSA_return_code _DtCmsUpdateReminderAttrVal P((
68                                 cms_attribute_value *newval,
69                                 cms_attribute_value **attrval));
70
71 extern CSA_return_code _DtCmsUpdateDateTimeListAttrVal P((
72                                 cms_attribute_value *newval,
73                                 cms_attribute_value **attrval));
74
75 extern CSA_return_code _DtCmsUpdateOpaqueDataAttrVal P((
76                                 cms_attribute_value *newval,
77                                 cms_attribute_value **attrval));
78
79 #endif