add finishing touches for v4.0.3-rc
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user