diff options
Diffstat (limited to '')
-rw-r--r-- | g10/test-stubs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/test-stubs.c b/g10/test-stubs.c index 8752f8894..a74df209c 100644 --- a/g10/test-stubs.c +++ b/g10/test-stubs.c @@ -138,9 +138,10 @@ uid_trust_string_fixed (ctrl_t ctrl, PKT_public_key *key, PKT_user_id *uid) } int -get_ownertrust_info (PKT_public_key *pk) +get_ownertrust_info (PKT_public_key *pk, int no_create) { (void)pk; + (void)no_create; return '?'; } |