comparison src/ExternalShellP.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
18 18
19 /* Synched up with: Not in FSF. */ 19 /* Synched up with: Not in FSF. */
20 20
21 /* Written by Ben Wing, September 1993. */ 21 /* Written by Ben Wing, September 1993. */
22 22
23 #ifndef INCLUDED_ExternalShellP_h_ 23 #ifndef _ExternalShellP_h
24 #define INCLUDED_ExternalShellP_h_ 24 #define _ExternalShellP_h
25 25
26 #include "xintrinsic.h" 26 #include "xintrinsic.h"
27 #include <X11/ShellP.h> 27 #include <X11/ShellP.h>
28 #include "ExternalShell.h" 28 #include "ExternalShell.h"
29 29
54 ExternalShellPart externalShell; 54 ExternalShellPart externalShell;
55 } ExternalShellRec; 55 } ExternalShellRec;
56 56
57 extern ExternalShellClassRec externalShellClassRec; /* class pointer */ 57 extern ExternalShellClassRec externalShellClassRec; /* class pointer */
58 58
59 #endif /* INCLUDED_ExternalShellP_h_ */ 59 #endif /* _ExternalShellP_h */