Add GNU LGPL headers to all .c .C and .h files
[oweals/cde.git] / cde / lib / DtSvc / DtUtil1 / ActionFind.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: ActionFind.h /main/4 1995/10/26 14:59:41 rswiston $ */
24 /************************************<+>*************************************
25  ****************************************************************************
26  **
27  **   File:        ActionFind.h
28  **
29  **   Project:     DT
30  **
31  **   Description: Public include file for the ActionFind functions.
32  **
33  ** (c) Copyright 1993, 1994 Hewlett-Packard Company
34  ** (c) Copyright 1993, 1994 International Business Machines Corp.
35  ** (c) Copyright 1993, 1994 Sun Microsystems, Inc.
36  ** (c) Copyright 1993, 1994 Novell, Inc.
37  ****************************************************************************
38  ************************************<+>*************************************/
39
40 #ifndef _Dt_ActionFind_h
41 #define _Dt_ActionFind_h
42
43 #include <X11/Xlib.h>
44 #include <X11/Xresource.h>
45
46 #include <Dt/ActionP.h>
47 #include <Dt/DtsDb.h>
48 #include <Dt/DtsMM.h>
49
50
51 #  ifdef __cplusplus
52 extern "C" {
53 #  endif
54
55 extern void _DtSortActionDb(void);
56 extern ActionPtr
57 _DtActionFindDBEntry(   ActionRequest *reqp,
58                         DtShmBoson actQuark );
59
60 #  ifdef __cplusplus
61 }
62 #  endif
63
64
65 #endif /* _Dt_ActionFind_h */
66 /* DON'T ADD ANYTHING AFTER THIS #endif */
67