Files
shortener-bot/libuv-v1.49.0/docs/code/plugin/plugin.h
2024-10-10 19:06:50 +00:00

8 lines
174 B
C

#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