diff options
Diffstat (limited to 'core/main.cpp')
-rw-r--r-- | core/main.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/main.cpp b/core/main.cpp index 5a27e20..36b6f92 100644 --- a/core/main.cpp +++ b/core/main.cpp @@ -5,9 +5,6 @@ std::list<plugin*> plugins; boost::mutex plugin_list_mutex; std::list<service*> services; boost::mutex service_list_mutex; -void CreateServiceFunction(const char* name, SERVICE svc); -void* CallService(const char *,void*); -int ServiceExists(const char *); ACE_Log_Msg logger; |