summaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-08-17 20:47:23 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-08-17 20:47:23 (GMT)
commit4a0320f107f294d1b870d44b10ae4b5ebd73f924 (patch)
tree0ed5715723a4dad99f9b75d6207353d1e3ec19af /src/core/core.h
parent7b90c29f1fd7f685d883ef6c0be75c46ec495a34 (diff)
Made sure the server has everything required to run.
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/core.h b/src/core/core.h
index 627531c..0221f56 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -30,10 +30,10 @@
/* Charge les éléments de base du programme. */
-bool load_all_basic_components(void);
+bool load_all_core_components(bool);
/* Décharge les éléments de base du programme. */
-void unload_all_basic_components(void);
+void unload_all_core_components(bool);