diff options
Diffstat (limited to 'src/modl.h')
| -rwxr-xr-x | src/modl.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -7,7 +7,7 @@ using namespace std; -class modl : public shashmap<dynmod*> +class modl : private shashmap<dynmod*> { private: static void dlclose_( dynmod* mod ); @@ -24,7 +24,6 @@ public: ~modl(); dynmod* get_module( string s_name ); - dynmod* get_module( string s_name, string s_user ); vector<string>* get_mod_vector() { |
