]> git.ipfire.org Git - thirdparty/rspamd.git/commit
[Fix] Add forward declaration for lua_State in url.h
authorVsevolod Stakhov <vsevolod@rspamd.com>
Fri, 14 Nov 2025 19:24:26 +0000 (19:24 +0000)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Fri, 14 Nov 2025 19:24:26 +0000 (19:24 +0000)
commit973877f88353cbf236af4d2b5db098e56bb032d4
tree3c25b2ee9fd53a7965d4ee32cdc2e61d4ac05f2b
parentcf6998cfa49396f96e3e6875a1fd2e6aa4238c3f
[Fix] Add forward declaration for lua_State in url.h

- Add 'struct lua_State;' forward declaration
- Fixes compilation errors in C files that include url.h but not lua.h
- Follows Rspamd convention (same pattern as other headers)
src/libserver/url.h