]> git.ozlabs.org Git - ccan/blobdiff - ccan/pushpull/pushpull.h
pushpull: new module.
[ccan] / ccan / pushpull / pushpull.h
diff --git a/ccan/pushpull/pushpull.h b/ccan/pushpull/pushpull.h
new file mode 100644 (file)
index 0000000..e01bc09
--- /dev/null
@@ -0,0 +1,7 @@
+/* CC0 license (public domain) - see LICENSE file for details */
+#ifndef CCAN_PUSHPULL_H
+#define CCAN_PUSHPULL_H
+/* You can also include these independently, if you don't need both. */
+#include <ccan/pushpull/push.h>
+#include <ccan/pushpull/pull.h>
+#endif /* CCAN_PUSHPULL_H */