diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-08-10 20:05:16 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-08-10 20:05:16 +0200 |
commit | 9bad3f44dbf88104a1ecc61d40dca17f15a209d6 (patch) | |
tree | 7f23f022fb9de453c22730f2315160728fc9362c /src/plugins/buflist/buflist-mouse.h | |
parent | c58716809cde8697469f7a88f1b8d6a01bd62d13 (diff) | |
download | weechat-9bad3f44dbf88104a1ecc61d40dca17f15a209d6.zip |
core: remove value for first #define in headers, add "PLUGIN" in plugin headers
Diffstat (limited to 'src/plugins/buflist/buflist-mouse.h')
-rw-r--r-- | src/plugins/buflist/buflist-mouse.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/buflist/buflist-mouse.h b/src/plugins/buflist/buflist-mouse.h index df4c4e393..872fc6551 100644 --- a/src/plugins/buflist/buflist-mouse.h +++ b/src/plugins/buflist/buflist-mouse.h @@ -17,12 +17,12 @@ * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef WEECHAT_BUFLIST_MOUSE_H -#define WEECHAT_BUFLIST_MOUSE_H 1 +#ifndef WEECHAT_PLUGIN_BUFLIST_MOUSE_H +#define WEECHAT_PLUGIN_BUFLIST_MOUSE_H #define BUFLIST_MOUSE_HSIGNAL "buflist_mouse" extern int buflist_mouse_init (); extern void buflist_mouse_end (); -#endif /* WEECHAT_BUFLIST_MOUSE_H */ +#endif /* WEECHAT_PLUGIN_BUFLIST_MOUSE_H */ |