summaryrefslogtreecommitdiff
path: root/src/plugins/aspell/weechat-aspell-bar-item.h
diff options
context:
space:
mode:
authorNils Görs <weechatter@arcor.de>2012-10-06 17:16:49 +0200
committerSebastien Helleu <flashcode@flashtux.org>2012-10-06 17:16:49 +0200
commit668cda26846e8ae62b8635063018b6384b8b790f (patch)
tree1f7cb79aa69b894a9d766758eec492d204ef6a0d /src/plugins/aspell/weechat-aspell-bar-item.h
parent5443ae4caea902445057e23b82a8a77e37d62181 (diff)
downloadweechat-668cda26846e8ae62b8635063018b6384b8b790f.zip
aspell: add bar item "aspell_dict" (dictionary used on current buffer)
Diffstat (limited to 'src/plugins/aspell/weechat-aspell-bar-item.h')
-rw-r--r--src/plugins/aspell/weechat-aspell-bar-item.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/plugins/aspell/weechat-aspell-bar-item.h b/src/plugins/aspell/weechat-aspell-bar-item.h
new file mode 100644
index 000000000..019ec4f51
--- /dev/null
+++ b/src/plugins/aspell/weechat-aspell-bar-item.h
@@ -0,0 +1,25 @@
+/*
+ * Copyright (C) 2012 Nils Görs <weechatter@arcor.de>
+ *
+ * This file is part of WeeChat, the extensible chat client.
+ *
+ * WeeChat is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * WeeChat is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef __WEECHAT_ASPELL_BAR_ITEM_H
+#define __WEECHAT_ASPELL_BAR_ITEM_H 1
+
+extern void weechat_aspell_bar_item_init ();
+
+#endif /* __WEECHAT_ASPELL_BAR_ITEM_H */