diff libpurple/protocols/msn/msnutils.h @ 20421:983cfc2b04fa

Get rid of the reimplementation of strptime in MSN, nothing was using it.
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 26 May 2007 12:49:49 +0000
parents ea9a5566a156
children b462ef222d28
line wrap: on
line diff
--- a/libpurple/protocols/msn/msnutils.h	Sun May 20 16:30:39 2007 +0000
+++ b/libpurple/protocols/msn/msnutils.h	Sat May 26 12:49:49 2007 +0000
@@ -58,7 +58,5 @@
 void msn_handle_chl(char *input, char *output);
 int isBigEndian(void);
 unsigned int swapInt(unsigned int dw);
-char * msn_strptime (const char *buf,const char *format,struct tm *tm);
-
 
 #endif /* _MSN_UTILS_H_ */