diff src/balloon_help.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
line wrap: on
line diff
--- a/src/balloon_help.h	Mon Aug 13 11:19:22 2007 +0200
+++ b/src/balloon_help.h	Mon Aug 13 11:20:41 2007 +0200
@@ -20,8 +20,8 @@
 
 /* Synched up with: Not in FSF. */
 
-#ifndef INCLUDED_balloon_help_h_
-#define INCLUDED_balloon_help_h_
+#ifndef BALLOON_HELP_H
+#define BALLOON_HELP_H
 
 #include "xintrinsic.h"
 
@@ -29,8 +29,8 @@
 			  Pixel fg, Pixel bg, Pixel shine, Pixel shadow,
 			  XFontStruct* font);
 void balloon_help_set_delay (unsigned long milliseconds);
-void balloon_help_show (const char* text);
+void balloon_help_show (CONST char* text);
 void balloon_help_hide (void);
 void balloon_help_move_to_pointer (void);
 
-#endif /* INCLUDED_balloon_help_h_ */
+#endif /* BALLOON_HELP_H */