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>octo at verplant.orgE<gt>.
28 It's homepage can be found at L<http://verplant.org/liboping/>.
30 (c) 2005, 2006 by Florian octo Forster.