summarylogtreecommitdiffstats
path: root/0002-Fix-missing-prototype-error.patch
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2024-01-16 23:04:06 -0300
committerGonzalo Exequiel Pedone2024-01-16 23:04:06 -0300
commitf8b1ff37394cd2c9238c43838918f023a6b156d4 (patch)
treea8ae216914e83b8f0a441407f925097a991f8e42 /0002-Fix-missing-prototype-error.patch
parentfe214f321b15b08f6214997b2954d413bb5a3960 (diff)
downloadaur-f8b1ff37394cd2c9238c43838918f023a6b156d4.tar.gz
Fixed compile error.
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;
+