1
0
Fork 0
mirror of https://github.com/yarrick/iodine.git synced 2025-04-04 05:43:33 +03:00

Remove difftime declaration from common.h

This was added to fix strange issues where difftime was declared
implicitly (even with time.h included)
This commit is contained in:
frekky 2016-03-13 13:10:54 +08:00
parent 93dbe94f60
commit ebcbcc64d8

View file

@ -144,8 +144,6 @@ void read_password(char*, size_t);
int check_topdomain(char *, char **);
extern double difftime(time_t, time_t);
#if defined(WINDOWS32) || defined(ANDROID)
#ifndef ANDROID
int inet_aton(const char *cp, struct in_addr *inp);