/*
Winbind client asynchronous API, utility functions
Copyright (C) Gerald (Jerry) Carter 2007-2008
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* Required Headers */
#include "libwbclient.h"
{
b += 1;
}
}
/* Initialize a named blob and add to list of blobs */
struct wbcNamedBlob **pblobs,
const char *name,
{
return WBC_ERR_INVALID_PARAM;
}
/*
* Overallocate the b->name==NULL terminator for
* wbcNamedBlobDestructor
*/
return WBC_ERR_NO_MEMORY;
}
if (*num_blobs != 0) {
/* end indicator for wbcNamedBlobDestructor */
}
}
*num_blobs += 1;
done:
return wbc_status;
}