add finishing touches for v4.0.3-rc

This commit is contained in:
2024-12-28 13:04:11 -05:00
parent d10dcd190b
commit e69b9c1197
6 changed files with 119 additions and 116 deletions

View File

@@ -22,6 +22,10 @@ extern config_t cfg;
extern config_setting_t *setting;
extern const char str;
extern char GLACIER_ALLOWED_LICENSES;
extern int GLACIER_DO_INT_CHECK;
extern int GLACIER_VERBOSE;
extern const char *GLACIER_REPO;
extern const char *GLACIER_ARCH;
extern const char *GLACIER_TARGET;
@@ -30,4 +34,7 @@ extern const char *GLACIER_SYSTEM_PROFILE;
const char *runtime_files[];
extern FILE *expected_hash;
extern FILE *pkg;
#endif

View File

@@ -33,6 +33,6 @@
* compare_file_hash("pkg.sha256sum", "pkg.tar.xz");
*/
int compare_file_hash(char ORIG_HASH[], char FILE[]);
/* int compare_file_hash(char ORIG_HASH[], char FILE[]); */
#endif