]> git.proxmox.com Git - ceph.git/blob - ceph/src/c-ares/ares_library_initialized.3
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / c-ares / ares_library_initialized.3
1 .\"
2 .\" Copyright (C) 2016 by Daniel Stenberg
3 .\"
4 .\" Permission to use, copy, modify, and distribute this
5 .\" software and its documentation for any purpose and without
6 .\" fee is hereby granted, provided that the above copyright
7 .\" notice appear in all copies and that both that copyright
8 .\" notice and this permission notice appear in supporting
9 .\" documentation, and that the name of M.I.T. not be used in
10 .\" advertising or publicity pertaining to distribution of the
11 .\" software without specific, written prior permission.
12 .\" M.I.T. makes no representations about the suitability of
13 .\" this software for any purpose. It is provided "as is"
14 .\" without express or implied warranty.
15 .\"
16 .TH ARES_LIBRARY_INITIALIZED 3 "29 Sep 2016"
17 .SH NAME
18 ares_library_initialized \- get the initialization state
19 .SH SYNOPSIS
20 .nf
21 #include <ares.h>
22
23 int ares_library_initialized(void)
24 .fi
25 .SH DESCRIPTION
26 Returns information if c-ares needs to get initialized.
27 .SH RETURN VALUE
28 \fIARES_ENOTINITIALIZED\fP if not initialized and \fIARES_SUCCESS\fP if no
29 initialization is needed.
30 .SH AVAILABILITY
31 This function was first introduced in c-ares version 1.11.0
32 .SH SEE ALSO
33 .BR ares_library_init(3),
34 .BR ares_library_cleanup(3)