PR-URL: https://github.com/libuv/libuv/pull/1246 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
8 lines
174 B
C
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
|