diff options
author | Neal H. Walfield <[email protected]> | 2015-10-19 08:51:05 +0000 |
---|---|---|
committer | Neal H. Walfield <[email protected]> | 2015-10-19 18:11:00 +0000 |
commit | 547a1b3fb881bb8581d03dbf4eacf49163eaa4b5 (patch) | |
tree | 38ccc9b0e6222804cc381c1455d587dda0e5fed8 /g10/tdbio.c | |
parent | gpg: Print warning when rejecting weak digests (diff) | |
download | gnupg-547a1b3fb881bb8581d03dbf4eacf49163eaa4b5.tar.gz gnupg-547a1b3fb881bb8581d03dbf4eacf49163eaa4b5.zip |
gpg: Mark local function as static.
* g10/tdbio.c (put_record_into_cache): Mark as static.
--
Signed-off-by: Neal H. Walfield <[email protected]>
Diffstat (limited to 'g10/tdbio.c')
-rw-r--r-- | g10/tdbio.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |