diff options
Diffstat (limited to 'lib/isccfg/win32/DLLMain.c')
| -rw-r--r-- | lib/isccfg/win32/DLLMain.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/isccfg/win32/DLLMain.c b/lib/isccfg/win32/DLLMain.c index 5df2e94b..dbfd9393 100644 --- a/lib/isccfg/win32/DLLMain.c +++ b/lib/isccfg/win32/DLLMain.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any @@ -15,11 +15,13 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: DLLMain.c,v 1.4.18.2 2007/06/18 23:46:32 tbox Exp $ */ +/* $Id: DLLMain.c,v 1.4 2004/03/05 05:12:42 marka Exp $ */ #include <windows.h> #include <signal.h> +BOOL InitSockets(void); + /* * Called when we enter the DLL */ |
