From 19a74d1f79f075dca87023102c447a297684396b Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 3 Nov 2020 14:53:28 +0100 Subject: [PATCH 1/2] Bump to library to 0:2.0 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 0f75043d..29550a63 100644 --- a/configure.ac +++ b/configure.ac @@ -11,8 +11,8 @@ AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([1.9]) PACKAGE_SUFFIX="-2.0" AC_SUBST(PACKAGE_SUFFIX) -dnl http://www.gnu.org/software/libtool/manual.html#Versioning -ZEBRALIBS_VERSION_INFO=0:1:0 +dnl https://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning +ZEBRALIBS_VERSION_INFO=0:2:0 AC_SUBST([ZEBRALIBS_VERSION_INFO]) main_zebralib=index/libidzebra${PACKAGE_SUFFIX}.la AC_SUBST(main_zebralib) From 366270cda1f33a4fc5d8d97fa3a130be38635ccd Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 4 Nov 2020 13:27:34 +0100 Subject: [PATCH 2/2] Define bf_{xopen,xclose,alloc,free} functions --- bfile/bfile.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bfile/bfile.c b/bfile/bfile.c index 5619337d..8b5df373 100644 --- a/bfile/bfile.c +++ b/bfile/bfile.c @@ -351,6 +351,14 @@ int bfs_shadow_directory_stat(BFiles bfs, int no, const char **directory, return mf_area_directory_stat(bfs->commit_area, no, directory, used_bytes, max_bytes); } + +/* unimplemented functions not in use, but kept to ensure ABI */ +void bf_xclose() {} +void bf_xopen() {} +void bf_alloc() {} +void bf_free() {} + + /* * Local variables: * c-basic-offset: 4