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
@@ -24,4 +24,4 @@
extern void weechat_backtrace ();
#endif /* wee-backtrace.h */
#endif /* __WEECHAT_BACKTACE_H */
+1 -1
View File
@@ -50,4 +50,4 @@ extern void command_version_display (struct t_gui_buffer *buffer,
int send_to_buffer_as_input,
int translated_string);
#endif /* wee-command.h */
#endif /* __WEECHAT_COMMAND_H */
+1 -1
View File
@@ -252,4 +252,4 @@ extern int config_file_add_to_infolist (struct t_infolist *infolist,
const char *option_name);
extern void config_file_print_log ();
#endif /* wee-config-file.h */
#endif /* __WEECHAT_CONFIG_FILE_H */
+1 -1
View File
@@ -203,4 +203,4 @@ extern int config_weechat_init ();
extern int config_weechat_read ();
extern int config_weechat_write ();
#endif /* wee-config.h */
#endif /* __WEECHAT_CONFIG_H */
+1 -1
View File
@@ -26,4 +26,4 @@ extern void debug_sigsegv ();
extern void debug_windows_tree ();
extern void debug_init ();
#endif /* wee-debug.h */
#endif /* __WEECHAT_DEBUG_H */
+1 -1
View File
@@ -436,4 +436,4 @@ extern int hook_add_to_infolist (struct t_infolist *infolist,
const char *type);
extern void hook_print_log ();
#endif /* wee-hook.h */
#endif /* __WEECHAT_HOOK_H */
+1 -1
View File
@@ -102,4 +102,4 @@ extern time_t infolist_time (struct t_infolist *infolist,
extern void infolist_free (struct t_infolist *infolist);
extern void infolist_print_log ();
#endif /* wee-infolist.h */
#endif /* __WEECHAT_INFOLIST_H */
+1 -1
View File
@@ -29,4 +29,4 @@ extern void input_exec_command (struct t_gui_buffer *buffer,
const char *string);
extern void input_data (struct t_gui_buffer *buffer, const char *data);
#endif /* wee-input.h */
#endif /* __WEECHAT_INPUT_H */
+1 -1
View File
@@ -56,4 +56,4 @@ extern void weelist_remove_all (struct t_weelist *weelist);
extern void weelist_free (struct t_weelist *weelist);
extern void weelist_print_log (struct t_weelist *weelist, const char *name);
#endif /* wee-list.h */
#endif /* __WEECHAT_LIST_H */
+1 -1
View File
@@ -29,4 +29,4 @@ extern void log_close ();
extern void log_printf (const char *message, ...);
extern int log_crash_rename ();
#endif /* wee-log.h */
#endif /* __WEECHAT_LOG_H */
+1 -1
View File
@@ -48,4 +48,4 @@ extern int network_connect_to (const char *proxy, int sock,
unsigned long address, int port);
extern void network_connect_with_fork (struct t_hook *hook_connect);
#endif /* wee-network.h */
#endif /* __WEECHAT_NETWORK_H */
+1 -1
View File
@@ -81,4 +81,4 @@ extern void proxy_free (struct t_proxy *proxy);
extern void proxy_free_all ();
extern void proxy_print_log ();
#endif /* wee-proxy.h */
#endif /* __WEECHAT_PROXY_H */
+1 -1
View File
@@ -62,4 +62,4 @@ extern int string_decode_base64 (const char *from, char *to);
extern int string_is_command_char (const char *string);
extern const char *string_input_for_buffer (const char *string);
#endif /* wee-string.h */
#endif /* __WEECHAT_STRING_H */
+1 -1
View File
@@ -63,4 +63,4 @@ extern int upgrade_file_read (struct t_upgrade_file *upgrade_file,
void *callback_read_data);
extern void upgrade_file_close (struct t_upgrade_file *upgrade_file);
#endif /* wee-upgrade-file.h */
#endif /* __WEECHAT_UPGRADE_FILE_H */
+1 -1
View File
@@ -40,4 +40,4 @@ int upgrade_weechat_save ();
int upgrade_weechat_load ();
void upgrade_weechat_remove_files ();
#endif /* wee-upgrade.h */
#endif /* __WEECHAT_UPGRADE_H */
+1 -1
View File
@@ -52,4 +52,4 @@ extern int utf8_real_pos (const char *string, int pos);
extern int utf8_pos (const char *string, int real_pos);
extern char *utf8_strndup (const char *string, int length);
#endif /* wee-utf8.h */
#endif /* __WEECHAT_UTF8_H */
+2 -1
View File
@@ -37,4 +37,5 @@ extern char *util_search_full_lib_name (const char *filename,
const char *sys_directory);
extern char *util_file_get_content (const char *filename);
extern int util_version_number (const char *version);
#endif /* wee-util.h */
#endif /* __WEECHAT_UTIL_H */
+1 -1
View File
@@ -112,4 +112,4 @@ extern int weechat_plugin_no_dlclose;
extern void weechat_shutdown (int return_code, int crash);
#endif /* weechat.h */
#endif /* __WEECHAT_H */