20.10. slapi_be_gettype()

Description

Returns the type of the backend.

Syntax

#include "slapi-plugin.h"
const char * slapi_be_gettype(Slapi_Backend *be);;

Parameters

This function takes the following parameter:

be Pointer to the structure containing the backend configuration.
Returns

This function returns the type of the backend.

Memory Concerns

You should not free the returned pointer.