about summary refs log tree commit diff
path: root/libevent/WIN32-Code/misc.h
diff options
context:
space:
mode:
authorRichard Nyberg <rnyberg@murmeldjur.se>2009-01-09 17:55:30 +0100
committerRichard Nyberg <rnyberg@murmeldjur.se>2009-01-11 15:26:54 +0100
commit36076a146649a4f848521c66ce68e5345cb1cafa (patch)
tree9ff6a7e89b5e6f238221a18a633c908577e6bd7a /libevent/WIN32-Code/misc.h
parenteb421cc586f047968763b6e1f595ee5988686690 (diff)
downloadbtpd-36076a146649a4f848521c66ce68e5345cb1cafa.tar.gz
btpd-36076a146649a4f848521c66ce68e5345cb1cafa.zip
Remove libevent. Btpd no longer uses it.
Diffstat (limited to 'libevent/WIN32-Code/misc.h')
-rw-r--r--libevent/WIN32-Code/misc.h11
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