Mercurial > hg > xemacs-beta
comparison src/ExternalShellP.h @ 398:74fd4e045ea6 r21-2-29
Import from CVS: tag r21-2-29
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:13:30 +0200 |
parents | 376386a54a3c |
children | 697ef44129c6 2aa9cd456ae7 |
comparison
equal
deleted
inserted
replaced
397:f4aeb21a5bad | 398:74fd4e045ea6 |
---|---|
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 _ExternalShellP_h | 23 #ifndef INCLUDED_ExternalShellP_h_ |
24 #define _ExternalShellP_h | 24 #define INCLUDED_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 /* _ExternalShellP_h */ | 59 #endif /* INCLUDED_ExternalShellP_h_ */ |