diff options
Diffstat (limited to 'src/plugins/fifo/fifo.h')
-rw-r--r-- | src/plugins/fifo/fifo.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/fifo/fifo.h b/src/plugins/fifo/fifo.h index 4c63ed7a6..0b3f54603 100644 --- a/src/plugins/fifo/fifo.h +++ b/src/plugins/fifo/fifo.h @@ -17,8 +17,8 @@ * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef WEECHAT_FIFO_H -#define WEECHAT_FIFO_H 1 +#ifndef WEECHAT_PLUGIN_FIFO_H +#define WEECHAT_PLUGIN_FIFO_H #define weechat_plugin weechat_fifo_plugin #define FIFO_PLUGIN_NAME "fifo" @@ -31,4 +31,4 @@ extern char *fifo_filename; extern void fifo_create (); extern void fifo_remove (); -#endif /* WEECHAT_FIFO_H */ +#endif /* WEECHAT_PLUGIN_FIFO_H */ |