1ping_get_error(3) liboping ping_get_error(3)
2
3
4
6 ping_get_error - Return the last error message
7
9 #include <oping.h>
10
11 const char *ping_get_error (pingobj_t *obj);
12
14 The ping_get_error method returns an error message indicating the last
15 error encountered. This method is not thread safe whatsoever.
16
18 A "const" string representing the last error or an empty string if no
19 error was encountered yet.
20
22 liboping(3)
23
25 liboping is written by Florian octo Forster <octo at verplant.org>.
26 It's homepage can be found at <http://verplant.org/liboping/>.
27
28 (c) 2005-2009 by Florian octo Forster.
29
30
31
321.3.4 2009-12-20 ping_get_error(3)