DOKK / manpages / debian 10 / libdpm-dev / dpm_getprotocols.3.en
DPM_GETPROTOCOLS(3) DPM Library Functions DPM_GETPROTOCOLS(3)

dpm_getprotocols - get the list of supported protocols

#include <sys/types.h>
#include "dpm_api.h"

int dpm_getprotocols (int *nb_supported_protocols, char ***supported_protocols)

dpm_getprotocols gets the list of supported protocols.

will be set to the number of protocols in the array of supported protocols.
will be set to the address of an array of pointers to the supported protocols. This array of pointers is allocated by the API and the client application is responsible for freeing the array when not needed anymore.

This routine returns 0 if the operation was successful or -1 if the operation failed. In the latter case, serrno is set appropriately.

nb_supported_protocols or supported_protocols is a NULL pointer.
Memory could not be allocated for storing the array of supported protocols.
Host unknown.
Communication error.
$Date: 2004/12/15 06:53:28 $ LCG