Allow to get message subject.
[cascardo/sgp.git] / include / sgp / msg.h
index 1071ee0..c9d719e 100644 (file)
@@ -24,4 +24,6 @@ struct sgp_msg;
 struct sgp_msg * sgp_msg_new(char *);
 void sgp_msg_destroy(struct sgp_msg *);
 
+char * sgp_msg_get_subject(struct sgp_msg *);
+
 #endif