From 1d9eeeb1a6155808f54a38bb17e047ad56b57514 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sun, 7 Nov 2010 18:25:12 +0200 Subject: [PATCH] * mu-msg.h: cosmetics --- src/mu-msg.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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__*/