Merge branch 'es/close'
authorFlorian Forster <octo@verplant.org>
Tue, 27 Mar 2007 09:15:17 +0000 (11:15 +0200)
committerFlorian Forster <octo@verplant.org>
Tue, 27 Mar 2007 09:15:17 +0000 (11:15 +0200)
src/mans/ping_iterator_get.pod
src/oping.h

index ae73539..b9361b2 100644 (file)
@@ -43,3 +43,8 @@ L<ping_iterator_get_context(3)>,
 L<liboping(3)>
 
 =head1 AUTHOR
+
+liboping is written by Florian octo Forster E<lt>octo at verplant.orgE<gt>.
+It's homepage can be found at L<http://verplant.org/liboping/>.
+
+(c) 2005, 2006 by Florian octo Forster.
index 061aa5d..b17e659 100644 (file)
 #if HAVE_UNISTD_H
 # include <unistd.h>
 #endif
+#if HAVE_SYS_TYPES_H
+# include <sys/types.h>
+#endif
 #if HAVE_SYS_SOCKET_H
 # include <sys/socket.h>
 #endif
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 /*
  * Type definitions
  */
@@ -87,4 +94,8 @@ const char *ping_get_error (pingobj_t *obj);
 void *ping_iterator_get_context (pingobj_iter_t *iter);
 void  ping_iterator_set_context (pingobj_iter_t *iter, void *context);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* OCTO_PING_H */