File: implicit-declarations.patch

package info (click to toggle)
uhub 0.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,624 kB
  • sloc: ansic: 19,102; xml: 607; perl: 463; sh: 403; python: 239; makefile: 9
file content (18 lines) | stat: -rw-r--r-- 806 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Add missing function prototypes
 This fixes FTBFS on armhf
Author: Zixing Liu <zixing.liu@canonical.com>
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066247
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/uhub/+bug/2061039
Forwarded: no
Last-Update: 2024-04-15
---
--- a/src/tools/adcclient.c
+++ b/src/tools/adcclient.c
@@ -99,6 +99,7 @@ static void ADC_client_on_login(struct A
 static int ADC_client_parse_address(struct ADC_client* client, const char* arg);
 static int ADC_client_on_recv_line(struct ADC_client* client, const char* line, size_t length);
 static int ADC_client_send_queue(struct ADC_client* client);
+int ADC_client_connect_internal(struct ADC_client* client);
 
 static void ADC_client_debug(struct ADC_client* client, const char* format, ...)
 {