Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / programs / dtcm / server / cmsmatch.h
1 /* $XConsortium: cmsmatch.h /main/4 1995/11/09 12:42:42 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 _CMSMATCH_H
10 #define _CMSMATCH_H
11
12 #include <EUSCompat.h>
13 #include "ansi_c.h"
14 #include "cm.h"
15 #include "nametbl.h"
16
17 extern boolean_t _DtCmsMatchAttributes P((
18                         cms_entry *entry,
19                         uint num_attrs,
20                         cms_attribute *attrs,
21                         CSA_enum *ops));
22
23 #endif