Update copyright notices.
[liboping.git] / src / mans / ping_get_error.pod
1 =head1 NAME
2
3 ping_get_error - Return the last error message
4
5 =head1 SYNOPSIS
6
7   #include <oping.h>
8
9   const char *ping_get_error (pingobj_t *obj);
10
11 =head1 DESCRIPTION
12
13 The B<ping_get_error> method returns an error message indicating the last error
14 encountered. B<This method is not thread safe whatsoever.>
15
16 =head1 RETURN VALUE
17
18 A C<const> string representing the last error or an empty string if no error
19 was encountered yet.
20
21 =head1 SEE ALSO
22
23 L<liboping(3)>
24
25 =head1 AUTHOR
26
27 liboping is written by Florian "octo" Forster E<lt>ff at octo.itE<gt>.
28 Its homepage can be found at L<http://noping.cc/>.
29
30 Copyright (c) 2006-2017 by Florian "octo" Forster.