commit 1b1e95a481add7d9714036d0b30ffd695c2ed4bb parent 816c08b9c5b0b71549a794398bd2eed02530ca99 Author: Thorsten Maerz <info@netztorte.de> Date: Fri, 19 Mar 2021 18:20:09 +0100 Add missing functions to plugins claws.def Add missing function declarations to claws.def of following plugins: libravatar, managesieve, pgpinline, rssyl, smime, vcalendar Diffstat:
6 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/plugins/libravatar/claws.def b/src/plugins/libravatar/claws.def @@ -19,6 +19,7 @@ debug_print_real debug_srcname file_exist get_rc_dir +gtkut_stock_button hooks_register_hook hooks_unregister_hook is_dir_exist diff --git a/src/plugins/managesieve/claws.def b/src/plugins/managesieve/claws.def @@ -15,6 +15,7 @@ debug_srcname get_rc_dir gtkut_get_options_frame gtkut_sc_combobox_create +gtkut_stock_button gtkut_stock_button_set_create gtkut_stock_with_text_button_set_create gtkut_text_view_search_string diff --git a/src/plugins/pgpinline/claws.def b/src/plugins/pgpinline/claws.def @@ -11,6 +11,7 @@ conv_codeset_strdup conv_get_locale_charset_str_no_utf8 debug_print_real debug_srcname +file_read_stream_to_str_no_recode get_mime_tmp_dir my_tmpfile privacy_register_system diff --git a/src/plugins/rssyl/claws.def b/src/plugins/rssyl/claws.def @@ -117,6 +117,7 @@ prefs_write_param procheader_date_parse procheader_parse_file procmsg_get_message_file +procmsg_msginfo_free procmsg_msginfo_unset_flags remove_dir_recursive slist_free_strings_full diff --git a/src/plugins/smime/claws.def b/src/plugins/smime/claws.def @@ -12,6 +12,7 @@ claws_unlink debug_print_real debug_srcname file_read_stream_to_str +file_read_stream_to_str_no_recode file_read_to_str generate_mime_boundary get_mime_tmp_dir diff --git a/src/plugins/vcalendar/claws.def b/src/plugins/vcalendar/claws.def @@ -140,6 +140,7 @@ procheader_parse_file procmime_get_first_encrypted_text_content procmime_get_first_text_content procmime_get_part +procmime_get_part_as_string procmime_get_tmp_file_name procmime_mimeinfo_get_parameter procmsg_msginfo_free