* mu-msg-part: cosmetics

This commit is contained in:
Dirk-Jan C. Binnema 2011-01-09 18:55:18 +02:00
parent e0b484e922
commit 56cfe14062
2 changed files with 5 additions and 3 deletions

View File

@ -82,6 +82,7 @@ mu_msg_msg_part_foreach (MuMsg *msg,
}
struct _SavePartData {
guint idx, wanted_idx;
const gchar* targetdir;

View File

@ -74,8 +74,9 @@ typedef struct _MuMsgPart MuMsgPart;
#define mu_msg_part_content_type(pi) ((pi)->content_type)
typedef void (*MuMsgPartForeachFunc) (MuMsgPart *part, gpointer data);
typedef void (*MuMsgPartForeachFunc) (MuMsgPart *part, gpointer data);
/**
* call a function for each of the contacts in a message
*