File: 0010-cmdline.h-Remove-duplicated-declaration-cddb_serverl.patch

package info (click to toggle)
cdcd 0.6.6-13.3
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 1,768 kB
  • sloc: ansic: 4,891; sh: 2,142; makefile: 17
file content (20 lines) | stat: -rw-r--r-- 661 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Boyuan Yang <byang@debian.org>
Date: Tue, 26 Nov 2024 14:15:07 -0500
Subject: cmdline.h: Remove duplicated declaration cddb_serverlist_prettystr

---
 cmdline.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cmdline.h b/cmdline.h
index b97d328..9fb84e7 100644
--- a/cmdline.h
+++ b/cmdline.h
@@ -78,7 +78,6 @@ int read_access (char *s, int *ret, char **prox);
 int dt2sec (struct disc_timeval *dt);
 char *cddb_host_prettystr (struct cddb_host *h);
 char *cddb_serverlist_prettystr (struct cddb_serverlist *s);
-char *cddb_serverlist_prettystr (struct cddb_serverlist *s);
 int get_width (void);
 
 int cmd_mainloop (rl_compentry_func_t * cmdmatcher,