diff options
Diffstat (limited to 'core/services.h')
-rw-r--r-- | core/services.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/services.h b/core/services.h index 15da2f3..9d397b1 100644 --- a/core/services.h +++ b/core/services.h @@ -31,7 +31,7 @@ private: SERVICE pService; };
-void CreateServiceFunction(const char* name, SERVICE svc); +int CreateServiceFunction(const char* name, SERVICE svc); void* CallService(const char *,void*); int ServiceExists(const char *); |