Commit 8c80ef0
committed
Fix texcache forward declaration to restore CI build
A recent merge introduced a call path that references cacheDropQueuedRequestLocked before its static definition.\nAdd an explicit prototype with the other internal declarations so C99 builds do not fail with implicit declaration/static redefinition errors.1 parent 1b829b7 commit 8c80ef0
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
| |||
0 commit comments