From 58d0a8cb6c60f27c8c8d42735ec7e5641b6316ea Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 13 Dec 2018 15:15:17 +0100 Subject: [PATCH] win32: new .def files --- bacula/src/win32/lib/bacula32.def | 7 +++++-- bacula/src/win32/lib/bacula64.def | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/bacula/src/win32/lib/bacula32.def b/bacula/src/win32/lib/bacula32.def index a0bf422fc..958773826 100644 --- a/bacula/src/win32/lib/bacula32.def +++ b/bacula/src/win32/lib/bacula32.def @@ -84,6 +84,7 @@ _Z11bget_handleP5BFILE _Z11int32_LE2BEPii _Z11int64_LE2BEPxx _Z14have_win32_apiv +_Z14is_plugin_dataP5BFILE _Z14set_cmd_pluginP5BFILEP3JCR _Z15is_win32_streami _Z15stream_to_asciii @@ -148,17 +149,18 @@ _Z11new_bregexpPKc _Z12free_bregexpP7BREGEXP _Z12get_bregexpsPKc _Z13free_bregexpsP5alist +_Z14apply_bregexpsPKcP4statP5alistPPc _Z14apply_bregexpsPKcP5alistPPc _Z19bregexp_build_wherePciS_S_S_ _Z21bregexp_escape_stringPcPKcc _Z28bregexp_get_build_where_sizePcS_S_ _Z6printfPKcz -_ZN7BREGEXP10edit_substEPKcP12b_regmatch_t +_ZN7BREGEXP10edit_substEPKcP4statP12b_regmatch_t _ZN7BREGEXP12return_fnameEPKci _ZN7BREGEXP14extract_regexpEPKc _ZN7BREGEXP16compute_dest_lenEPKcP12b_regmatch_t _ZN7BREGEXP5debugEv -_ZN7BREGEXP7replaceEPKc +_ZN7BREGEXP7replaceEPKcP4stat ; bregex.o b_re_compile_fastmap @@ -754,6 +756,7 @@ _Z16dispatch_messageP3JCRixPc _Z16init_console_msgPKc _Z18set_db_engine_namePKc _Z19is_message_type_setP3JCRi +_Z19set_trace_for_toolsP6_iobuf _Z20handle_hangup_blowupP3JCRjy _Z21generate_daemon_eventP3JCRPKc _Z23dequeue_daemon_messagesP3JCR diff --git a/bacula/src/win32/lib/bacula64.def b/bacula/src/win32/lib/bacula64.def index 4f474e7e2..0e1afeee0 100644 --- a/bacula/src/win32/lib/bacula64.def +++ b/bacula/src/win32/lib/bacula64.def @@ -84,6 +84,7 @@ _Z11bget_handleP5BFILE _Z11int32_LE2BEPii _Z11int64_LE2BEPxx _Z14have_win32_apiv +_Z14is_plugin_dataP5BFILE _Z14set_cmd_pluginP5BFILEP3JCR _Z15is_win32_streami _Z15stream_to_asciii @@ -155,17 +156,18 @@ _Z11new_bregexpPKc _Z12free_bregexpP7BREGEXP _Z12get_bregexpsPKc _Z13free_bregexpsP5alist +_Z14apply_bregexpsPKcP4statP5alistPPc _Z14apply_bregexpsPKcP5alistPPc _Z19bregexp_build_wherePciS_S_S_ _Z21bregexp_escape_stringPcPKcc _Z28bregexp_get_build_where_sizePcS_S_ _Z6printfPKcz -_ZN7BREGEXP10edit_substEPKcP12b_regmatch_t +_ZN7BREGEXP10edit_substEPKcP4statP12b_regmatch_t _ZN7BREGEXP12return_fnameEPKci _ZN7BREGEXP14extract_regexpEPKc _ZN7BREGEXP16compute_dest_lenEPKcP12b_regmatch_t _ZN7BREGEXP5debugEv -_ZN7BREGEXP7replaceEPKc +_ZN7BREGEXP7replaceEPKcP4stat ; bsnprintf.o _Z10bvsnprintfPciPKcS_ @@ -706,6 +708,7 @@ _Z16dispatch_messageP3JCRixPc _Z16init_console_msgPKc _Z18set_db_engine_namePKc _Z19is_message_type_setP3JCRi +_Z19set_trace_for_toolsP6_iobuf _Z20handle_hangup_blowupP3JCRjy _Z21generate_daemon_eventP3JCRPKc _Z23dequeue_daemon_messagesP3JCR -- 2.47.3