]> git.notmuchmail.org Git - notmuch/blob - util/repair.h
repair: set up codebase for repair functionality
[notmuch] / util / repair.h
1 #ifndef _REPAIR_H
2 #define _REPAIR_H
3
4 #include "gmime-extra.h"
5
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9
10 /* This is a collection of message structure and message format repair
11  * techniques that are designed to improve the user experience of
12  * notmuch */
13
14 #ifdef __cplusplus
15 }
16 #endif
17 #endif