summaryrefslogtreecommitdiff
path: root/core/services.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2011-03-17 23:58:19 +0200
committerGluzskiy Alexandr <sss123next@list.ru>2011-03-17 23:58:19 +0200
commitf4a5bae0c010e3c20d6420c9de2bb74182b26b6e (patch)
treeac120eaa84821ac21fd51235829c1db82570d230 /core/services.h
parentb170dc2b10df0e66acc5bc0bb89ba2c68a755f12 (diff)
events are working )
Diffstat (limited to 'core/services.h')
-rw-r--r--core/services.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/services.h b/core/services.h
index 61d111b..15da2f3 100644
--- a/core/services.h
+++ b/core/services.h
@@ -33,7 +33,7 @@ private:
void CreateServiceFunction(const char* name, SERVICE svc);
void* CallService(const char *,void*);
-bool ServiceExists(const char *);
+int ServiceExists(const char *);
#endif // SERVICES_H_INCLUDED