From 41ae5859559ba0b7fc9e83c578034aef8596ab29 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sun, 1 May 2011 15:01:03 +0300 Subject: [PATCH] * cosmetics --- src/mu-msg.h | 4 ++-- src/mu-str.h | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/mu-msg.h b/src/mu-msg.h index ccc946f7..5f7d58d7 100644 --- a/src/mu-msg.h +++ b/src/mu-msg.h @@ -292,7 +292,7 @@ MuMsgPrio mu_msg_get_prio (MuMsg *msg); time_t mu_msg_get_timestamp (MuMsg *msg); -/** +/** * get a list of message ids this message refers to -- this is based * on the References: and In-reply-to: headers. * @@ -304,7 +304,7 @@ time_t mu_msg_get_timestamp (MuMsg *msg); const GSList *mu_msg_get_references (MuMsg *msg); -/** +/** * get the list of references as a comma-separated string * * @param msg a valid MuMsg diff --git a/src/mu-str.h b/src/mu-str.h index 3eb589f7..b2653dda 100644 --- a/src/mu-str.h +++ b/src/mu-str.h @@ -303,6 +303,7 @@ gchar* mu_str_guess_first_name (const char* name) gchar* mu_str_guess_last_name (const char* name) G_GNUC_WARN_UNUSED_RESULT; + G_END_DECLS #endif /*__MU_STR_H__*/