X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libraries%2Fliblmdb%2Fmidl.h;h=0d2d9b0ae231ee2aac44e8251d0fdc8f48cd3e1e;hb=64bd9f6abc740ba6c5f1e124be37293921501bdf;hp=a7f25026ce536eddb17c86be621ddfc8f9ee43f7;hpb=b814f859204cace4b19637f731fec984b68d1e1a;p=openldap diff --git a/libraries/liblmdb/midl.h b/libraries/liblmdb/midl.h index a7f25026ce..0d2d9b0ae2 100644 --- a/libraries/liblmdb/midl.h +++ b/libraries/liblmdb/midl.h @@ -11,7 +11,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 2000-2014 The OpenLDAP Foundation. + * Copyright 2000-2016 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -98,9 +98,8 @@ void mdb_midl_free(MDB_IDL ids); /** Shrink an IDL. * Return the IDL to the default size if it has grown larger. * @param[in,out] idp Address of the IDL to shrink. - * @return 0 on no change, non-zero if shrunk. */ -int mdb_midl_shrink(MDB_IDL *idp); +void mdb_midl_shrink(MDB_IDL *idp); /** Make room for num additional elements in an IDL. * @param[in,out] idp Address of the IDL.