Commit ec44d3b
committed
fix(image_loader): match prototypes with implementations
The image loader header still declared old load_gz_img/load_zstd_img signatures and a non-const load_img path argument, while the implementations already take an explicit destination buffer and const input path.
Update the header before reusing load_img from flash.c, so new callers include the actual interface instead of stale prototypes.1 parent 048d10f commit ec44d3b
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments