Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / programs / dtsession / SmHftRing.h
1 /* $XConsortium: SmHftRing.h /main/4 1995/10/30 09:35:50 rswiston $ */
2 /*                                                                      *
3  * (c) Copyright 1993, 1994 Hewlett-Packard Company                     *
4  * (c) Copyright 1993, 1994 International Business Machines Corp.       *
5  * (c) Copyright 1993, 1994 Sun Microsystems, Inc.                      *
6  * (c) Copyright 1993, 1994 Novell, Inc.                                *
7  */
8 /************************************<+>*************************************
9  ****************************************************************************
10  **
11  **   File:        SmHftRing.h
12  **
13  **   Project:     DT Session Manager (dtsession)
14  **
15  **   Description
16  **   -----------
17  **   This file contains the AIX 3.2.x specific declarations required to
18  **   enable and disable the HFT ring. This is used for session locking.
19  **
20  ****************************************************************************
21  ************************************<+>*************************************/
22 #ifndef _smhftring_h
23 #define _smhftring_h
24  
25 /* 
26  *  #include statements 
27  */
28
29
30 /* 
31  *  #define statements 
32  */
33
34 /* 
35  * typedef statements 
36  */
37
38 /*
39  *  External variables  
40  */
41
42
43 /*  
44  *  External Interface  
45  */
46
47 extern void AixEnableHftRing(int);
48
49
50 #endif /*_smhftring_h*/
51 /* DON'T ADD ANYTHING AFTER THIS #endif */