summaryrefslogtreecommitdiff
path: root/lib/dns/win32/DLLMain.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dns/win32/DLLMain.c')
-rw-r--r--lib/dns/win32/DLLMain.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/dns/win32/DLLMain.c b/lib/dns/win32/DLLMain.c
index aa05e28f..01663ce7 100644
--- a/lib/dns/win32/DLLMain.c
+++ b/lib/dns/win32/DLLMain.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
@@ -15,13 +15,11 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: DLLMain.c,v 1.3.2.1 2004/03/09 06:11:43 marka Exp $ */
+/* $Id: DLLMain.c,v 1.3.2.3 2007/06/18 23:45:27 tbox Exp $ */
#include <windows.h>
#include <signal.h>
-BOOL InitSockets(void);
-
/*
* Called when we enter the DLL
*/