3 ping_get_error - Return the last error message
9 const char *ping_get_error (pingobj_t *obj);
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.>
18 A C<const> string representing the last error or an empty string if no error
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/>.
30 Copyright (c) 2005-2011 by Florian "octo" Forster.