libpurple/win32/libc_internal.h

changeset 40095
330279f77e0d
parent 39659
e4dfb99b0cef
child 40557
5c44a08bdbcd
--- a/libpurple/win32/libc_internal.h	Wed Oct 30 23:25:39 2019 -0400
+++ b/libpurple/win32/libc_internal.h	Wed Oct 30 23:28:43 2019 -0400
@@ -101,10 +101,6 @@
 #endif
 int wpurple_gettimeofday(struct timeval *p, struct timezone *z);
 
-/* time.h */
-struct tm *wpurple_localtime_r(const time_t *time, struct tm *resultp);
-
-
 /* unistd.h */
 int wpurple_read(int fd, void *buf, unsigned int size);
 int wpurple_write(int fd, const void *buf, unsigned int size);

mercurial