summarylogtreecommitdiffstats
path: root/0002-Fix-missing-prototype-error.patch
diff options
context:
space:
mode:
Diffstat (limited to '0002-Fix-missing-prototype-error.patch')
-rw-r--r--0002-Fix-missing-prototype-error.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/0002-Fix-missing-prototype-error.patch b/0002-Fix-missing-prototype-error.patch
new file mode 100644
index 000000000000..671d5f2bb0d0
--- /dev/null
+++ b/0002-Fix-missing-prototype-error.patch
@@ -0,0 +1,11 @@
+--- a/src/init.c 2021-03-15 04:11:33.000000000 -0300
++++ b/src/init.c 2024-01-16 17:47:40.548501135 -0300
+@@ -269,7 +269,7 @@
+ *
+ * @see ssh_init()
+ */
+-bool is_ssh_initialized() {
++bool is_ssh_initialized(void) {
+
+ bool is_initialized = false;
+