comparison third_party/libuv/docs/code/plugin/plugin.h @ 160:948de3f54cea

[ThirdParty] Added libuv
author June Park <parkjune1995@gmail.com>
date Wed, 14 Jan 2026 19:39:52 -0800
parents
children
comparison
equal deleted inserted replaced
159:05cf9467a1c3 160:948de3f54cea
1 #ifndef UVBOOK_PLUGIN_SYSTEM
2 #define UVBOOK_PLUGIN_SYSTEM
3
4 // Plugin authors should use this to register their plugins with mfp.
5 void mfp_register(const char *name);
6
7 #endif