Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / programs / dtcm / server / cmsentry.h
1 /* $XConsortium: cmsentry.h /main/4 1995/11/09 12:41:58 rswiston $ */
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 _CMSENTRY_H
10 #define _CMSENTRY_H
11
12 #include <EUSCompat.h>
13 #include "ansi_c.h"
14 #include "nametbl.h"
15 #include "cm.h"
16 #include "csa.h"
17 #include "cmscalendar.h"
18
19 extern CSA_return_code _DtCmsMakeHashedEntry P((
20                         _DtCmsCalendar  *cal,
21                         uint            num,
22                         cms_attribute   *attrs,
23                         cms_entry       **entry));
24
25 extern void _DtCmsFreeEntryAttrResItem P((cms_get_entry_attr_res_item *elist));
26
27 extern CSA_return_code _DtCmsGetCmsEntryForClient P((
28                         cms_entry       *e,
29                         cms_entry       **e_r,
30                         boolean_t       time_only));
31
32 #endif