Update copyright notices.
[liboping.git] / src / mans / ping_iterator_count.pod
1 =head1 NAME
2
3 ping_iterator_count - Count the number of hosts in a liboping object
4
5 =head1 SYNOPSIS
6
7   #include <oping.h>
8
9   int ping_iterator_count (pingobj_t *obj);
10
11 =head1 DESCRIPTION
12
13 This functions is used to count the number of hosts currently associated
14 with a liboping object.
15
16 =head1 RETURN VALUE
17
18 The B<ping_iterator_count> returns an integer number or zero if no host is
19 associated with I<obj>.
20
21 =head1 SEE ALSO
22
23 L<ping_host_add(3)>,
24 L<ping_iterator_get(3)>,
25 L<ping_iterator_next(3)>,
26 L<liboping(3)>
27
28 =head1 AUTHOR
29
30 liboping is written by Florian "octo" Forster E<lt>ff at octo.itE<gt>.
31 Its homepage can be found at L<http://noping.cc/>.
32
33 Copyright (c) 2006-2017 by Florian "octo" Forster.