1e66f31c5Sopenharmony_ci#ifndef UVBOOK_PLUGIN_SYSTEM
2e66f31c5Sopenharmony_ci#define UVBOOK_PLUGIN_SYSTEM
3e66f31c5Sopenharmony_ci
4e66f31c5Sopenharmony_ci// Plugin authors should use this to register their plugins with mfp.
5e66f31c5Sopenharmony_civoid mfp_register(const char *name);
6e66f31c5Sopenharmony_ci
7e66f31c5Sopenharmony_ci#endif
8