config: move externs into header

This commit is contained in:
CTCaer
2025-08-08 15:03:56 +03:00
parent 081f8b9664
commit 2ea496d9d1
21 changed files with 7 additions and 37 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2018-2022 CTCaer
* Copyright (c) 2018-2025 CTCaer
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
@@ -41,6 +41,8 @@ typedef struct _hekate_config
hos_eks_mbr_t *eks;
} hekate_config;
extern hekate_config h_cfg;
void set_default_configuration();
#endif /* _CONFIG_H_ */