view third_party/libuv/docs/code/plugin/plugin.h @ 237:97882baf83e7

[mrjunejune] Rewrite homepage introduction
author MrJuneJune <me@mrjunejune.com>
date Mon, 03 Aug 2026 09:53:29 -0700
parents 948de3f54cea
children
line wrap: on
line source

#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