lua: add missing forward declaration
authorPetr Štetiar <ynezz@true.cz>
Sat, 7 Dec 2019 22:12:24 +0000 (23:12 +0100)
committerPetr Štetiar <ynezz@true.cz>
Sat, 7 Dec 2019 22:14:01 +0000 (23:14 +0100)
commit654d7c33da28d492412e1a0fe4463f27d362e9b9
tree06a050d2b84c36ba7e9e90b103ef7aad35d3ba6f
parent03dfbbe6fef7639fd20a2b2e0fd97df2ff8e6516
lua: add missing forward declaration

Fixes following warning reported by clang-10:

  lua/uci.c:1050:1: error: no previous declaration for ‘luaopen_uci’ [-Werror=missing-declarations]

Signed-off-by: Petr Štetiar <ynezz@true.cz>
lua/uci.c