xref: /netbsd-src/external/mit/libuv/dist/docs/code/plugin/plugin.h (revision 53b02e147d4ed531c0d2a5ca9b3e8026ba3e99b5)
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
8