mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
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:
parent
b98939812a
commit
547a1b3fb8
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user