diff options
Diffstat (limited to 'capplets/appearance/appearance-style.h')
-rw-r--r-- | capplets/appearance/appearance-style.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/capplets/appearance/appearance-style.h b/capplets/appearance/appearance-style.h index 83f147ca..3cac094c 100644 --- a/capplets/appearance/appearance-style.h +++ b/capplets/appearance/appearance-style.h @@ -18,5 +18,10 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#ifndef __APPEARANCE_STYLE_H__ +#define __APPEARANCE_STYLE_H__ + void style_init (AppearanceData *data); void style_shutdown (AppearanceData *data); + +#endif /* __APPEARANCE_STYLE_H__ */ |