From 547a1b3fb881bb8581d03dbf4eacf49163eaa4b5 Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Mon, 19 Oct 2015 10:51:05 +0200 Subject: [PATCH] gpg: Mark local function as static. * g10/tdbio.c (put_record_into_cache): Mark as static. -- Signed-off-by: Neal H. Walfield --- g10/tdbio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g10/tdbio.c b/g10/tdbio.c index 69b978985..c7432a85e 100644 --- a/g10/tdbio.c +++ b/g10/tdbio.c @@ -225,7 +225,7 @@ write_cache_item (CACHE_CTRL r) * * Returns: 0 on success or an error code. */ -int +static int put_record_into_cache (ulong recno, const char *data) { CACHE_CTRL r, unused;