plugin.h 174 B

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