- Timestamp:
- Jun 22, 2011, 3:45:52 PM (14 years ago)
- Parents:
- b343c2c (diff), 6376af1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
message.c
r259e60a8 rd427f08 580 580 581 581 /* caller must free return value. */ 582 char *owl_message_get_cc(const owl_message *m)582 G_GNUC_WARN_UNUSED_RESULT char *owl_message_get_cc(const owl_message *m) 583 583 { 584 584 const char *cur; … … 597 597 598 598 /* caller must free return value */ 599 G List *owl_message_get_cc_without_recipient(const owl_message *m)599 G_GNUC_WARN_UNUSED_RESULT GList *owl_message_get_cc_without_recipient(const owl_message *m) 600 600 { 601 601 char *cc, *shortuser, *recip;
Note: See TracChangeset
for help on using the changeset viewer.