aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-colors.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/misc/e-colors.h')
-rw-r--r--widgets/misc/e-colors.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/widgets/misc/e-colors.h b/widgets/misc/e-colors.h
index 08fa67dd67..590a89995c 100644
--- a/widgets/misc/e-colors.h
+++ b/widgets/misc/e-colors.h
@@ -1,6 +1,8 @@
#ifndef GNOME_APP_LIBS_COLOR_H
#define GNOME_APP_LIBS_COLOR_H
+BEGIN_GNOME_DECLS
+
void e_color_init (void);
/* Return the pixel value for the given red, green and blue */
@@ -10,4 +12,6 @@ void e_color_alloc_gdk (GdkColor *color);
extern GdkColor e_white, e_dark_gray, e_black;
+END_GNOME_DECLS
+
#endif /* GNOME_APP_LIBS_COLOR_H */