diff options
author | Internet Software Consortium, Inc <@isc.org> | 2007-09-07 14:15:14 -0600 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2007-09-07 14:15:14 -0600 |
commit | 00fa0dd5b9bb17deb8d2e96a2bc4234abaa9d5ac (patch) | |
tree | 2675d77a557c3cef89012584f471667163e74268 /lib/isccfg | |
parent | f5edcd9d28faab1b3c1c2ade1ec84be1401dcc01 (diff) | |
download | bind9-00fa0dd5b9bb17deb8d2e96a2bc4234abaa9d5ac.tar.gz |
9.2.9b1
Diffstat (limited to 'lib/isccfg')
-rw-r--r-- | lib/isccfg/win32/DLLMain.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/isccfg/win32/DLLMain.c b/lib/isccfg/win32/DLLMain.c index 3ada9977..3ce348e7 100644 --- a/lib/isccfg/win32/DLLMain.c +++ b/lib/isccfg/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:12:32 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 */ |