[evolution-rss] Fix some warnings on windows



commit 25b337d8c397828103504a55d5ce02eabb121781
Author: Fridrich Å trba <fridrich strba bluewin ch>
Date:   Mon May 31 11:28:57 2010 +0200

    Fix some warnings on windows

 src/misc.h     |    3 ---
 src/strptime.c |    2 ++
 2 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/src/misc.h b/src/misc.h
index dc6bf8d..ba5b35f 100644
--- a/src/misc.h
+++ b/src/misc.h
@@ -51,8 +51,5 @@ void feed_remove_status_line(gchar *file_name, gchar *needle);
 void write_feed_status_line(gchar *file, gchar *needle);
 void dup_auth_data(gchar *origurl, gchar *url);
 void sanitize_path_separator(gchar *);
-#ifdef _WIN32
-char *strcasestr(const char *a, const char *b);
-#endif
 
 #endif
diff --git a/src/strptime.c b/src/strptime.c
index 6570645..250b43c 100644
--- a/src/strptime.c
+++ b/src/strptime.c
@@ -1094,6 +1094,8 @@ __strptime_internal (const char *rp, const char *fmt, struct tm *tmp, void *stat
   return (char *) rp;
 }
 
+char *
+strptime (const char *buf, const char *format, struct tm *tm);
 
 char *
 strptime (const char *buf, const char *format, struct tm *tm)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]