comparison src/EmacsShellP.h @ 440:8de8e3f6228a r21-2-28

Import from CVS: tag r21-2-28
author cvs
date Mon, 13 Aug 2007 11:33:38 +0200
parents 74fd4e045ea6
children 697ef44129c6 308d34e9f07d
comparison
equal deleted inserted replaced
439:357dd071b03c 440:8de8e3f6228a
20 20
21 /* Synched up with: Not in FSF. */ 21 /* Synched up with: Not in FSF. */
22 22
23 /* Written by Ben Wing, May, 1994. */ 23 /* Written by Ben Wing, May, 1994. */
24 24
25 #ifndef _EmacsShellP_h 25 #ifndef INCLUDED_EmacsShellP_h_
26 #define _EmacsShellP_h 26 #define INCLUDED_EmacsShellP_h_
27 27
28 #include "xintrinsic.h" 28 #include "xintrinsic.h"
29 #include <X11/ShellP.h> 29 #include <X11/ShellP.h>
30 #include "EmacsShell.h" 30 #include "EmacsShell.h"
31 31
97 } TransientEmacsShellRec; 97 } TransientEmacsShellRec;
98 98
99 /* class pointer */ 99 /* class pointer */
100 extern TransientEmacsShellClassRec transientEmacsShellClassRec; 100 extern TransientEmacsShellClassRec transientEmacsShellClassRec;
101 101
102 #endif /* _EmacsShellP_h */ 102 #endif /* INCLUDED_EmacsShellP_h_ */