summaryrefslogtreecommitdiff
path: root/nsswitch/libwbclient
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-02-10 11:04:06 +0100
committerMichael Adam <obnox@samba.org>2011-02-10 13:57:31 +0100
commit9bc1a7ba1639e4f029058743c548e0f1b102a2ce (patch)
tree25e2289394fd1a6fb6e17b2c86148497044ede7d /nsswitch/libwbclient
parentd0ceb4c83a109171540218fd4090219787980095 (diff)
downloadsamba-9bc1a7ba1639e4f029058743c548e0f1b102a2ce.tar.gz
samba-9bc1a7ba1639e4f029058743c548e0f1b102a2ce.tar.bz2
samba-9bc1a7ba1639e4f029058743c548e0f1b102a2ce.zip
Revert "libwbclient: bump version to 0.6 -> 1.0 due to ABI change (removed symbols)"
This reverts commit 128bed20c4570fa23bea4d0d49deae811a67a624. Undo the library version bump.
Diffstat (limited to 'nsswitch/libwbclient')
-rw-r--r--nsswitch/libwbclient/wbclient.h13
1 files changed, 3 insertions, 10 deletions
diff --git a/nsswitch/libwbclient/wbclient.h b/nsswitch/libwbclient/wbclient.h
index 83fe73ce3f..13f1d99bb7 100644
--- a/nsswitch/libwbclient/wbclient.h
+++ b/nsswitch/libwbclient/wbclient.h
@@ -66,16 +66,9 @@ const char *wbcErrorString(wbcErr error);
* 0.4: Added wbcSidTypeString()
* 0.5: Added wbcChangeTrustCredentials()
* 0.6: Made struct wbcInterfaceDetails char* members non-const
- * 1.0: ABI change: removed the following:
- * wbcSetUidMapping()
- * wbcSetGidMapping()
- * wbcRemoveUidMapping()
- * wbcRemoveGidMapping()
- * wbcSetUidHwm()
- * wbcSetGidHwm()
- **/
-#define WBCLIENT_MAJOR_VERSION 1
-#define WBCLIENT_MINOR_VERSION 0
+ **/
+#define WBCLIENT_MAJOR_VERSION 0
+#define WBCLIENT_MINOR_VERSION 6
#define WBCLIENT_VENDOR_VERSION "Samba libwbclient"
struct wbcLibraryDetails {
uint16_t major_version;