Revision 9757,
503 bytes
checked in by ghudson, 28 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r9756,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | /* |
---|
2 | * (c) Copyright 1989, 1990, 1991, 1992 OPEN SOFTWARE FOUNDATION, INC. |
---|
3 | * ALL RIGHTS RESERVED |
---|
4 | */ |
---|
5 | /* |
---|
6 | * Motif Release 1.2 |
---|
7 | */ |
---|
8 | /* $RCSfile: WmSignal.h,v $ $Revision: 1.1.1.1 $ $Date: 1997-03-25 09:12:26 $ */ |
---|
9 | /* |
---|
10 | * (c) Copyright 1987, 1988, 1989, 1990 HEWLETT-PACKARD COMPANY */ |
---|
11 | |
---|
12 | #ifdef _NO_PROTO |
---|
13 | extern void SetupWmSignalHandlers (); |
---|
14 | extern void QuitWmSignalHandler (); |
---|
15 | #else /* _NO_PROTO */ |
---|
16 | extern void SetupWmSignalHandlers (int); |
---|
17 | extern void QuitWmSignalHandler (int); |
---|
18 | #endif /* _NO_PROTO */ |
---|
Note: See
TracBrowser
for help on using the repository browser.