lib/mu-msg: Update for Sexp changes

This commit is contained in:
Dirk-Jan C. Binnema
2020-07-12 15:10:57 +03:00
parent 092084b987
commit 19c1c6cfd4
2 changed files with 138 additions and 114 deletions

View File

@ -678,9 +678,9 @@ namespace Mu {
*
* @return a Sexp::Node representing the message
*/
Mu::Sexp::Node msg_to_sexp (MuMsg *msg, unsigned docid,
const struct _MuMsgIterThreadInfo *ti,
MuMsgOptions ops);
Mu::Sexp msg_to_sexp (MuMsg *msg, unsigned docid,
const struct _MuMsgIterThreadInfo *ti,
MuMsgOptions ops);
}
#endif /*__cplusplus*/