asrv_get_active_sections()

Return io-asr's active configuration sections.

Synopsis:

#include "asr/asrv.h"
 
int asrv_get_active_sections(char **sections[])

Arguments:

sections

A pointer to the sections (the active sections will be returned using this pointer).

Library:

libasr

Description:

The asrv_get_active_sections() function returns io-asr's active configuration sections.

Returns:

The number of active sections.