www.LinuxHowtos.org





ARES_LIBRARY_INITIALIZED

Section: C Library Functions (3)
Updated: 29 Sep 2016
Index Return to Main Contents
 

NAME

ares_library_initialized - get the initialization state  

SYNOPSIS

#include <ares.h>

int ares_library_initialized(void)
 

DESCRIPTION

Returns information if -ares needs to get initialized.  

RETURN VALUE

ARES_ENOTINITIALIZED if not initialized and ARES_SUCCESS if no initialization is needed.  

AVAILABILITY

This function was first introduced in -ares version 1.11.0  

SEE ALSO

ares_library_init(3), ares_library_cleanup(3)


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
AVAILABILITY
SEE ALSO