Add GNU LGPL headers to all .c .C and .h files
[oweals/cde.git] / cde / lib / csa / appt4.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: appt4.h /main/1 1996/04/21 19:21:37 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 _APPT4_H
32 #define _APPT4_H
33
34 /*
35  * this file contains allocate and free routines for v4 data structures
36  */
37
38 #include "rtable4.h"
39 #include "ansi_c.h"
40
41 extern Appt_4 *_DtCm_make_appt4 P(());
42
43 extern Appt_4 *_DtCm_copy_one_appt4 P((Appt_4 *a4));
44
45 extern Appt_4 *_DtCm_copy_appt4 P((Appt_4 *a4));
46
47 extern Appt_4 *_DtCm_copy_semiprivate_appt4 P((Appt_4 *original));
48
49 extern Except_4 *_DtCm_copy_excpt4 P((Except_4 *e4));
50
51 extern Abb_Appt_4 *_DtCm_appt_to_abbrev4 P((Appt_4 *original));
52
53 extern Abb_Appt_4 *_DtCm_appt_to_semiprivate_abbrev4 P((Appt_4 *original));
54
55 extern void _DtCm_free_appt4 P((Appt_4 *a));
56
57 extern void _DtCm_free_abbrev_appt4 P((Abb_Appt_4 *a));
58
59 extern Attribute_4 * _DtCm_make_attr4 P(());
60
61 extern void _DtCm_free_attr4 P((Attribute_4 *a));
62
63 extern Reminder_4 *_DtCm_copy_reminder4 P((Reminder_4 *r4));
64
65 extern void _DtCm_free_reminder4 P((Reminder_4 *r));
66
67 extern void _DtCm_free_keyentry4 P((Uid_4 *k));
68
69 extern Access_Entry_4 *_DtCm_make_access_entry4 P((char *who, int perms));
70
71 extern Access_Entry_4 *_DtCm_copy_access_list4 P((Access_Entry_4 *l4));
72
73 extern void _DtCm_free_access_list4 P((Access_Entry_4 *l));
74
75 extern void _DtCm_free_excpt4 P((Except_4 *e));
76
77 extern char * _DtCm_get_default_what_string P(());
78
79 #endif