comparison src/ExternalClientP.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. */ 21 /* Written by Ben Wing. */
22 22
23 #ifndef INCLUDED_ExternalClientP_h_ 23 #ifndef _ExternalClientP_h
24 #define INCLUDED_ExternalClientP_h_ 24 #define _ExternalClientP_h
25 25
26 #include "ExternalClient.h" 26 #include "ExternalClient.h"
27 #ifdef EXTW_USES_MOTIF 27 #ifdef EXTW_USES_MOTIF
28 #include <Xm/PrimitiveP.h> 28 #include <Xm/PrimitiveP.h>
29 #endif 29 #endif
61 ExternalClientPart externalClient; 61 ExternalClientPart externalClient;
62 } ExternalClientRec; 62 } ExternalClientRec;
63 63
64 extern ExternalClientClassRec externalClientClassRec; /* class pointer */ 64 extern ExternalClientClassRec externalClientClassRec; /* class pointer */
65 65
66 #endif /* INCLUDED_ExternalClientP_h_ */ 66 #endif /* _ExternalClientP_h */