* WIP: hook up mu-msg-db with mu-msg (CTOR)

This commit is contained in:
Dirk-Jan C. Binnema
2011-05-15 11:06:55 +03:00
parent f9f3c11f28
commit 7498bc3841
6 changed files with 68 additions and 11 deletions

View File

@ -244,6 +244,11 @@ enum {
unsigned char mu_util_get_dtype_with_lstat (const char *path);
/*
* we need this when using Xapian::Document* from C
*/
typedef gpointer XapianDocument;
/**
*
* don't repeat these catch blocks everywhere...