comparison src/protocols/msn/utils.c @ 12410:bc249de5ea02

[gaim-migrate @ 14717] Include .h files corresponding to the respective .c files to clear up prototype warnings. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 08 Dec 2005 20:59:33 +0000
parents a1aa681f1448
children
comparison
equal deleted inserted replaced
12409:d51cf8896f5c 12410:bc249de5ea02
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;