gpg: Mark local function as static.

* g10/tdbio.c (put_record_into_cache): Mark as static.

--
Signed-off-by: Neal H. Walfield <neal@g10code.com>
This commit is contained in:
Neal H. Walfield 2015-10-19 10:51:05 +02:00
parent b98939812a
commit 547a1b3fb8
1 changed files with 1 additions and 1 deletions

View File

@ -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;