* mu-msg.h: cosmetics

This commit is contained in:
Dirk-Jan C. Binnema 2010-11-07 18:25:12 +02:00
parent 93cf7856d1
commit 1d9eeeb1a6
1 changed files with 1 additions and 4 deletions

View File

@ -197,7 +197,7 @@ const char* mu_msg_get_msgid (MuMsg *msg);
* is no such header. the returned string should *not* be modified or freed.
*/
const char* mu_msg_get_header (MuMsg *msg,
const char* header);
const char* header);
/**
* get the message date/time (the Date: field) as time_t, using UTC
@ -274,9 +274,6 @@ MuMsgPrio mu_msg_get_prio (MuMsg *msg);
*/
time_t mu_msg_get_timestamp (MuMsg *msg);
G_END_DECLS
#endif /*__MU_MSG_H__*/