comparison src/plugins/trash/trash-plugin.h @ 6410:e4eb71ae8e96 HEAD

Changed .h ifdef/defines to use <NAME>_H format.
author Timo Sirainen <tss@iki.fi>
date Sun, 16 Sep 2007 11:31:27 +0300
parents 732b62dc1976
children
comparison
equal deleted inserted replaced
6409:7f733ba453bf 6410:e4eb71ae8e96
1 #ifndef __TRASH_PLUGIN_H 1 #ifndef TRASH_PLUGIN_H
2 #define __TRASH_PLUGIN_H 2 #define TRASH_PLUGIN_H
3 3
4 void trash_plugin_init(void); 4 void trash_plugin_init(void);
5 void trash_plugin_deinit(void); 5 void trash_plugin_deinit(void);
6 6
7 #endif 7 #endif