summaryrefslogtreecommitdiff
path: root/src/plugins/logger/logger.h
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-08-10 20:05:16 +0200
committerSébastien Helleu <flashcode@flashtux.org>2017-08-10 20:05:16 +0200
commit9bad3f44dbf88104a1ecc61d40dca17f15a209d6 (patch)
tree7f23f022fb9de453c22730f2315160728fc9362c /src/plugins/logger/logger.h
parentc58716809cde8697469f7a88f1b8d6a01bd62d13 (diff)
downloadweechat-9bad3f44dbf88104a1ecc61d40dca17f15a209d6.zip
core: remove value for first #define in headers, add "PLUGIN" in plugin headers
Diffstat (limited to 'src/plugins/logger/logger.h')
-rw-r--r--src/plugins/logger/logger.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/logger/logger.h b/src/plugins/logger/logger.h
index ace818216..2b91157ca 100644
--- a/src/plugins/logger/logger.h
+++ b/src/plugins/logger/logger.h
@@ -17,8 +17,8 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef WEECHAT_LOGGER_H
-#define WEECHAT_LOGGER_H 1
+#ifndef WEECHAT_PLUGIN_LOGGER_H
+#define WEECHAT_PLUGIN_LOGGER_H
#define weechat_plugin weechat_logger_plugin
#define LOGGER_PLUGIN_NAME "logger"
@@ -35,4 +35,4 @@ extern void logger_adjust_log_filenames ();
extern int logger_timer_cb (const void *pointer, void *data,
int remaining_calls);
-#endif /* WEECHAT_LOGGER_H */
+#endif /* WEECHAT_PLUGIN_LOGGER_H */