summarylogtreecommitdiffstats
path: root/0002-Fix-missing-prototype-error.patch
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2024-03-08 18:54:55 -0300
committerGonzalo Exequiel Pedone2024-03-08 18:54:55 -0300
commita7f8bafb185f133e0d1561275cdefce07ef8e7f8 (patch)
tree826ede0b6c6d06661425446ffde9c7a6f6c09cef /0002-Fix-missing-prototype-error.patch
parent662f619c4a21a13d6ae9f50f7ebcd452f9a0fd29 (diff)
downloadaur-a7f8bafb185f133e0d1561275cdefce07ef8e7f8.tar.gz
Package updated to 0.10.6.
Diffstat (limited to '0002-Fix-missing-prototype-error.patch')
-rw-r--r--0002-Fix-missing-prototype-error.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/0002-Fix-missing-prototype-error.patch b/0002-Fix-missing-prototype-error.patch
deleted file mode 100644
index 671d5f2bb0d0..000000000000
--- a/0002-Fix-missing-prototype-error.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;
-