| 20 * You should have received a copy of the GNU General Public License |
20 * You should have received a copy of the GNU General Public License |
| 21 * along with this program; if not, write to the Free Software |
21 * along with this program; if not, write to the Free Software |
| 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 23 */ |
23 */ |
| 24 #include "msn.h" |
24 #include "msn.h" |
| |
25 #include "utils.h" |
| 25 |
26 |
| 26 void |
27 void |
| 27 msn_parse_format(const char *mime, char **pre_ret, char **post_ret) |
28 msn_parse_format(const char *mime, char **pre_ret, char **post_ret) |
| 28 { |
29 { |
| 29 char *cur; |
30 char *cur; |