diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-30 05:36:41 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-30 05:36:41 +0300 |
commit | 70d22ef07b945b799f6a8d39cbfbb1b6624f61a9 (patch) | |
tree | a731100dea038d3e1bd4bdd241fc0aca652911fa /core/modules.h | |
parent | 735fefae8bdfa3845493d15e87a7c31a454f8662 (diff) |
utf8
Diffstat (limited to 'core/modules.h')
-rw-r--r-- | core/modules.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/modules.h b/core/modules.h index 2e843a4..c8b0306 100644 --- a/core/modules.h +++ b/core/modules.h @@ -24,7 +24,8 @@ public: }
}; ACE_DLL *get_plugin(); - void set_plugin(); +// void set_plugin();
+ const PLUGININFO *get_plugininfo(); const exported_functions_s *get_exported_functions(); plugin(ACE_DLL *lib, PLUGININFO *info, exported_functions_s *funcs); ~plugin(); |