You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
proxysql/deps/libinjection/libinjection_sqli.c.patch

12 lines
360 B

--- a/src/libinjection_sqli.c 2017-05-21 20:44:26.000000000 +0000
+++ b/src/libinjection_sqli.c 2022-12-16 10:36:23.632259768 +0000
@@ -1197,7 +1197,7 @@
* without having to regenerated the SWIG (or other binding) in minor
* releases.
*/
-const char* libinjection_version()
+const char* libinjection_version(void)
{
return LIBINJECTION_VERSION;
}