diff options
| author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2019-08-29 11:38:47 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2019-09-01 08:20:25 -0300 |
| commit | 1b29822cf55eb53e1d45a71c2a3e4a2c2a4574d1 (patch) | |
| tree | 7c8042ad6a3ecd9572c169dadc5eb565f7e12b0a /lib | |
| parent | dcfa2fc99667467011516a3223f7889c05955746 (diff) | |
repair: set up codebase for repair functionality
This adds no functionality directly, but is a useful starting point
for adding new repair functionality.
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/notmuch-private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index 9bdb68ab..28ced3a2 100644 --- a/lib/notmuch-private.h +++ b/lib/notmuch-private.h @@ -53,6 +53,7 @@ NOTMUCH_BEGIN_DECLS #include "error_util.h" #include "string-util.h" #include "crypto.h" +#include "repair.h" #ifdef DEBUG # define DEBUG_DATABASE_SANITY 1 |
