comparison src/EmacsShellP.h @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents 74fd4e045ea6
children
comparison
equal deleted inserted replaced
411:12e008d41344 412:697ef44129c6
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 INCLUDED_EmacsShellP_h_ 25 #ifndef _EmacsShellP_h
26 #define INCLUDED_EmacsShellP_h_ 26 #define _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 /* INCLUDED_EmacsShellP_h_ */ 102 #endif /* _EmacsShellP_h */