X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fsgp.git;a=blobdiff_plain;f=include%2Fsgp%2Fmsg.h;h=c9d719e55fadedfdb414e74653b2ccba114ffae1;hp=1071ee0f450850d9234f396f1f20d44cf612c9e3;hb=f62dd0179653c5d03cf6b7aaa4ea380f91902473;hpb=aee41d79d3c53730bf3322a22b67be282cc97975 diff --git a/include/sgp/msg.h b/include/sgp/msg.h index 1071ee0..c9d719e 100644 --- a/include/sgp/msg.h +++ b/include/sgp/msg.h @@ -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