-
Notifications
You must be signed in to change notification settings - Fork 977
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4058 from sysown/v2.x-fedora37
V2.x fedora37
- Loading branch information
Showing
4 changed files
with
74 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- 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; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters