aboutsummaryrefslogtreecommitdiff
path: root/docs/code/plugin/plugin.h
blob: 21f194e670e8d70cc86b6912844e8b062d0f6813 (plain)
1
2
3
4
5
6
7
#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