mirror of
https://github.com/weechat/weechat.git
synced 2026-07-09 19:23:13 +02:00
core: remove value for first #define in headers, add "PLUGIN" in plugin headers
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef WEECHAT_RUBY_API_H
|
||||
#define WEECHAT_RUBY_API_H 1
|
||||
#ifndef WEECHAT_PLUGIN_RUBY_API_H
|
||||
#define WEECHAT_PLUGIN_RUBY_API_H
|
||||
|
||||
extern int weechat_ruby_api_buffer_input_data_cb (const void *pointer,
|
||||
void *data,
|
||||
@@ -30,4 +30,4 @@ extern int weechat_ruby_api_buffer_close_cb (const void *pointer,
|
||||
struct t_gui_buffer *buffer);
|
||||
extern void weechat_ruby_api_init (VALUE ruby_mWeechat);
|
||||
|
||||
#endif /* WEECHAT_RUBY_API_H */
|
||||
#endif /* WEECHAT_PLUGIN_RUBY_API_H */
|
||||
|
||||
Reference in New Issue
Block a user