Source: nn
Version: 6.7.3-14
Severity: normal
Tags: patch

Dear Maintainer,

>From 25166e6c3bf6eae37747f9ca849a9bad79eea6a7 Mon Sep 17 00:00:00 2001
>From: Bjarni Ingi Gislason <bjarn...@rhi.hi.is>
>Date: Sun, 28 Feb 2021 19:57:47 +0000
>Subject: [PATCH] db.h: add an argumnet to a prototype for "*db_data_path()"

  db.h: add an argumnet to a prototype for "*db_data_path()"

Signed-off-by: Bjarni Ingi Gislason <bjarn...@rhi.hi.is>
---
 db.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/db.h b/db.h
index e583a06..c24af2b 100644
--- a/db.h
+++ b/db.h
@@ -122,7 +122,7 @@ void            sort_groups(void);
 group_header   *lookup_no_alias(char *);
 group_header   *lookup(char *);
 int             art_collected(group_header *, article_number);
-char           *db_data_path(char *, group_header *, char);
+char           *db_data_path(char *, size_t, group_header *, char);
 FILE           *open_data_file(group_header *, char, int);
 void            db_write_group(register group_header *);
 off_t           db_read_art(FILE *);
-- 
2.30.1


-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.10.9-1 (SMP w/2 CPU threads)
Locale: LANG=is_IS.iso88591, LC_CTYPE=is_IS.iso88591 (charmap=ISO-8859-1), 
LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

-- debconf information excluded

-- 
Bjarni I. Gislason

Reply via email to