mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 20:36:38 +02:00
Update comments after #endif in C headers
This commit is contained in:
@@ -29,4 +29,4 @@ extern int weechat_lua_api_buffer_input_data_cb (void *data,
|
||||
extern int weechat_lua_api_buffer_close_cb (void *data,
|
||||
struct t_gui_buffer *buffer);
|
||||
|
||||
#endif /* weechat-lua.h */
|
||||
#endif /* __WEECHAT_LUA_API_H */
|
||||
|
||||
@@ -40,4 +40,4 @@ extern void *weechat_lua_exec (struct t_plugin_script *script,
|
||||
int ret_type, const char *function,
|
||||
char **argv);
|
||||
|
||||
#endif /* weechat-lua.h */
|
||||
#endif /* __WEECHAT_LUA_H */
|
||||
|
||||
@@ -27,4 +27,4 @@ extern int weechat_perl_api_buffer_close_cb (void *data,
|
||||
struct t_gui_buffer *buffer);
|
||||
extern void weechat_perl_api_init (pTHX);
|
||||
|
||||
#endif /* weechat-perl.h */
|
||||
#endif /* __WEECHAT_PERL_API_H */
|
||||
|
||||
@@ -38,4 +38,4 @@ extern void *weechat_perl_exec (struct t_plugin_script *script,
|
||||
int ret_type, const char *function,
|
||||
char **argv);
|
||||
|
||||
#endif /* weechat-perl.h */
|
||||
#endif /* __WEECHAT_PERL_H */
|
||||
|
||||
@@ -29,4 +29,4 @@ extern int weechat_python_api_buffer_input_data_cb (void *data,
|
||||
extern int weechat_python_api_buffer_close_cb (void *data,
|
||||
struct t_gui_buffer *buffer);
|
||||
|
||||
#endif /* weechat-python.h */
|
||||
#endif /* __WEECHAT_PYTHON_API_H */
|
||||
|
||||
@@ -39,4 +39,4 @@ extern void *weechat_python_exec (struct t_plugin_script *script,
|
||||
int ret_type, const char *function,
|
||||
char **argv);
|
||||
|
||||
#endif /* weechat-perl.h */
|
||||
#endif /* __WEECHAT_PYTHON_H */
|
||||
|
||||
@@ -28,4 +28,4 @@ extern int weechat_ruby_api_buffer_close_cb (void *data,
|
||||
struct t_gui_buffer *buffer);
|
||||
extern void weechat_ruby_api_init (VALUE ruby_mWeechat);
|
||||
|
||||
#endif /* weechat-ruby.h */
|
||||
#endif /* __WEECHAT_RUBY_API_H */
|
||||
|
||||
@@ -39,4 +39,4 @@ extern void *weechat_ruby_exec (struct t_plugin_script *script,
|
||||
int ret_type, const char *function,
|
||||
char **argv);
|
||||
|
||||
#endif /* weechat-perl.h */
|
||||
#endif /* __WEECHAT_RUBY_H */
|
||||
|
||||
@@ -311,4 +311,4 @@ extern int script_api_upgrade_read (struct t_weechat_plugin *weechat_plugin,
|
||||
const char *function,
|
||||
const char *data);
|
||||
|
||||
#endif /* script-api.h */
|
||||
#endif /* __WEECHAT_SCRIPT_API_H */
|
||||
|
||||
@@ -50,4 +50,4 @@ extern void script_callback_remove_all (struct t_plugin_script *script);
|
||||
extern void script_callback_print_log (struct t_weechat_plugin *weechat_plugin,
|
||||
struct t_script_callback *script_callback);
|
||||
|
||||
#endif /* script-callback.h */
|
||||
#endif /* __WEECHAT_SCRIPT_CALLBACK_H */
|
||||
|
||||
@@ -150,4 +150,4 @@ extern void script_end (struct t_weechat_plugin *weechat_plugin,
|
||||
extern void script_print_log (struct t_weechat_plugin *weechat_plugin,
|
||||
struct t_plugin_script *scripts);
|
||||
|
||||
#endif /* script.h */
|
||||
#endif /* __WEECHAT_SCRIPT_H */
|
||||
|
||||
@@ -28,4 +28,4 @@ extern int weechat_tcl_api_buffer_close_cb (void *data,
|
||||
struct t_gui_buffer *buffer);
|
||||
extern void weechat_tcl_api_init (Tcl_Interp *interp);
|
||||
|
||||
#endif /* weechat-tcl.h */
|
||||
#endif /* __WEECHAT_TCL_API_H */
|
||||
|
||||
@@ -39,4 +39,4 @@ extern void *weechat_tcl_exec (struct t_plugin_script *script,
|
||||
int ret_type, const char *function,
|
||||
char **argv);
|
||||
|
||||
#endif /* weechat-tcl.h */
|
||||
#endif /* __WEECHAT_TCL_H */
|
||||
|
||||
Reference in New Issue
Block a user