diff options
Diffstat (limited to 'libevent/WIN32-Code/misc.h')
| -rw-r--r-- | libevent/WIN32-Code/misc.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/libevent/WIN32-Code/misc.h b/libevent/WIN32-Code/misc.h deleted file mode 100644 index aced574..0000000 --- a/libevent/WIN32-Code/misc.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef MISC_H -#define MISC_H - -struct timezone; -struct timeval; - -#ifndef HAVE_GETTIMEOFDAY -int gettimeofday(struct timeval *,struct timezone *); -#endif - -#endif |