From fbb2e0a3dd96bbc9a8cffc7c8ac4aac2544fc387 Mon Sep 17 00:00:00 2001 From: christos Date: Sun, 24 May 2020 19:26:37 +0000 Subject: Import libuv, needed by bind-9.16.x --- external/mit/libuv/dist/docs/code/plugin/plugin.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 external/mit/libuv/dist/docs/code/plugin/plugin.h (limited to 'external/mit/libuv/dist/docs/code/plugin/plugin.h') diff --git a/external/mit/libuv/dist/docs/code/plugin/plugin.h b/external/mit/libuv/dist/docs/code/plugin/plugin.h new file mode 100644 index 00000000000..21f194e670e --- /dev/null +++ b/external/mit/libuv/dist/docs/code/plugin/plugin.h @@ -0,0 +1,7 @@ +#ifndef UVBOOK_PLUGIN_SYSTEM +#define UVBOOK_PLUGIN_SYSTEM + +// Plugin authors should use this to register their plugins with mfp. +void mfp_register(const char *name); + +#endif -- cgit