aboutsummaryrefslogtreecommitdiffstats
path: root/g10/tdbio.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2009-07-22 09:43:10 +0000
committerWerner Koch <[email protected]>2009-07-22 09:43:10 +0000
commit5d310a8de75e513ac0d44b2960966a631dae9670 (patch)
treeea684db1398d32be5f22613b259770eb861571aa /g10/tdbio.h
parentFix i18n bug. (diff)
downloadgnupg-5d310a8de75e513ac0d44b2960966a631dae9670.tar.gz
gnupg-5d310a8de75e513ac0d44b2960966a631dae9670.zip
Print verbose instructions in case of a corrupted trustdb.
Diffstat (limited to 'g10/tdbio.h')
-rw-r--r--g10/tdbio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/tdbio.h b/g10/tdbio.h
index d6af98fd0..ddc5afccf 100644
--- a/g10/tdbio.h
+++ b/g10/tdbio.h
@@ -111,6 +111,7 @@ ulong tdbio_new_recnum(void);
int tdbio_search_trust_byfpr(const byte *fingerprint, TRUSTREC *rec );
int tdbio_search_trust_bypk(PKT_public_key *pk, TRUSTREC *rec );
+void tdbio_how_to_fix (void);
void tdbio_invalid(void);
#endif /*G10_TDBIO_H*/