diff --git a/src/mu-msg.h b/src/mu-msg.h index e0b410d5..1eaf110f 100644 --- a/src/mu-msg.h +++ b/src/mu-msg.h @@ -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__*/