From e8844a27cee05092724ae6a6cb7e941ba2c61fcc Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 1 Apr 2010 21:20:33 +0200 Subject: [PATCH] Fix win32/lib/bacula.defs as pointed out by James --- bacula/src/win32/lib/bacula32.def | 3 ++- bacula/src/win32/lib/bacula64.def | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/bacula/src/win32/lib/bacula32.def b/bacula/src/win32/lib/bacula32.def index 5724e09308..c3f28290df 100644 --- a/bacula/src/win32/lib/bacula32.def +++ b/bacula/src/win32/lib/bacula32.def @@ -492,6 +492,7 @@ _Z12job_end_pushP3JCRPFvS0_PvES1_ _Z13get_jcr_by_idj _Z13jcr_walk_nextP3JCR _Z14jcr_walk_startv +_Z9job_countv _Z14set_jcr_in_tsdP3JCR _Z16get_jcr_from_tsdv _Z18get_jobid_from_tsdv @@ -634,7 +635,7 @@ _ZN9RUNSCRIPT8is_localEv ; rwlock.o _Z11rwl_destroyP12s_rwlock_tag _Z12rwl_readlockP12s_rwlock_tag -_Z13rwl_writelockP12s_rwlock_tag +_Z15rwl_writelock_pP12s_rwlock_tagPKci _Z14rwl_readunlockP12s_rwlock_tag _Z15rwl_readtrylockP12s_rwlock_tag _Z15rwl_writeunlockP12s_rwlock_tag diff --git a/bacula/src/win32/lib/bacula64.def b/bacula/src/win32/lib/bacula64.def index 988744b983..3da4c5bc42 100644 --- a/bacula/src/win32/lib/bacula64.def +++ b/bacula/src/win32/lib/bacula64.def @@ -481,6 +481,7 @@ _ZN6htableC2EPvS0_i _Z10b_free_jcrPKciP3JCR _Z11unlock_jobsv _Z12jcr_walk_endP3JCR +_Z9job_countv _Z12job_end_pushP3JCRPFvS0_PvES1_ _Z13get_jcr_by_idj _Z13jcr_walk_nextP3JCR @@ -627,7 +628,7 @@ _ZN9RUNSCRIPT8is_localEv ; rwlock.o _Z11rwl_destroyP12s_rwlock_tag _Z12rwl_readlockP12s_rwlock_tag -_Z13rwl_writelockP12s_rwlock_tag +_Z15rwl_writelock_pP12s_rwlock_tagPKci _Z14rwl_readunlockP12s_rwlock_tag _Z15rwl_readtrylockP12s_rwlock_tag _Z15rwl_writeunlockP12s_rwlock_tag @@ -661,11 +662,11 @@ _Z14serial_float64PPhd _Z14unserial_btimePPh _Z14unserial_int16PPh _Z14unserial_int32PPh -_Z15unserial_stringPPhPci _Z15unserial_uint16PPh _Z15unserial_uint32PPh _Z15unserial_uint64PPh _Z16unserial_float64PPh +_Z15unserial_stringPPhPci ; smartall.o _Z10sm_reallocPKciPvj -- 2.39.5