Mercurial > hg > xemacs-beta
diff src/ExternalClient.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 |
line wrap: on
line diff
--- a/src/ExternalClient.h Mon Aug 13 11:12:06 2007 +0200 +++ b/src/ExternalClient.h Mon Aug 13 11:13:30 2007 +0200 @@ -20,8 +20,8 @@ /* Written by Ben Wing. */ -#ifndef _ExternalClient_h -#define _ExternalClient_h +#ifndef INCLUDED_ExternalClient_h_ +#define INCLUDED_ExternalClient_h_ #ifndef XtNshellTimeout #define XtNshellTimeout "shellTimeout" @@ -71,4 +71,4 @@ void ExternalClientInitialize (Display *display, Window win); void ExternalClientEventHandler (Display *display, Window win, XEvent *event); -#endif /* _ExternalClient_h */ +#endif /* INCLUDED_ExternalClient_h_ */