chore: reduce debt with const values

This commit is contained in:
2025-11-10 16:29:11 +01:00
parent 1c737f4ac6
commit 5532cbf53e
20 changed files with 123 additions and 104 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
#ifndef FORGE_H
#define FORGE_H
void forge_run(Parameters *params);
void forge_run(const Parameters *params);
#endif /* FORGE_H */