diff --git a/src/mu-store-xapian.h b/src/mu-store-xapian.h index 7d85e9a4..3c363b9b 100644 --- a/src/mu-store-xapian.h +++ b/src/mu-store-xapian.h @@ -34,7 +34,7 @@ MuStoreXapian* mu_store_xapian_new (const char* path); void mu_store_xapian_destroy (MuStoreXapian *store); MuResult mu_store_xapian_store (MuStoreXapian *store, - MuMsgGMime *msg); + MuMsgGMime *msg); MuResult mu_store_xapian_cleanup (MuStoreXapian *store, const char* msgpath);