summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8ae4a45)
raw | patch | inline | side by side (parent: 8ae4a45)
author | Alex Brooks <a.brooks@acfr.usyd.edu.au> | |
Tue, 27 Mar 2007 09:14:19 +0000 (11:14 +0200) | ||
committer | Florian Forster <octo@verplant.org> | |
Tue, 27 Mar 2007 09:14:19 +0000 (11:14 +0200) |
src/oping.h | patch | blob | history |
diff --git a/src/oping.h b/src/oping.h
index c013a50f38d610a9e07d36dfc5529cfc1e5fda7c..b17e65920773985a0c232fdb0fe38a32b98b1658 100644 (file)
--- a/src/oping.h
+++ b/src/oping.h
# include <sys/socket.h>
#endif
+#ifdef __cplusplus
+extern "C" {
+#endif
+
/*
* Type definitions
*/
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 */