1
0
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:
Sebastien Helleu
2010-06-25 15:03:39 +02:00
parent 6562d676fe
commit dcdba08f8a
112 changed files with 117 additions and 116 deletions
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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 */