mirror of
https://github.com/yarrick/iodine.git
synced 2025-04-10 04:21:01 +00: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:
parent
93dbe94f60
commit
ebcbcc64d8
1 changed files with 0 additions and 2 deletions
|
@ -144,8 +144,6 @@ void read_password(char*, size_t);
|
||||||
|
|
||||||
int check_topdomain(char *, char **);
|
int check_topdomain(char *, char **);
|
||||||
|
|
||||||
extern double difftime(time_t, time_t);
|
|
||||||
|
|
||||||
#if defined(WINDOWS32) || defined(ANDROID)
|
#if defined(WINDOWS32) || defined(ANDROID)
|
||||||
#ifndef ANDROID
|
#ifndef ANDROID
|
||||||
int inet_aton(const char *cp, struct in_addr *inp);
|
int inet_aton(const char *cp, struct in_addr *inp);
|
||||||
|
|
Loading…
Add table
Reference in a new issue