Cory McWilliams
79022e1e1f
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3621 ed5197a5-7fde-0310-b194-c3ffbd925b24
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
|