You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
432 B
40 lines
432 B
/*++
|
|
|
|
Copyright (c) 1994 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
httpinit.h
|
|
|
|
Abstract:
|
|
|
|
Prototypes for httpinit.c
|
|
|
|
Author:
|
|
|
|
Richard L Firth (rfirth) 09-Jun-1995
|
|
|
|
Revision History:
|
|
|
|
09-Jun-1995 rfirth
|
|
Created
|
|
|
|
--*/
|
|
|
|
#if defined(__cplusplus)
|
|
extern "C" {
|
|
#endif
|
|
|
|
BOOL
|
|
HttpInitialize(
|
|
VOID
|
|
);
|
|
|
|
BOOL
|
|
HttpTerminate(
|
|
VOID
|
|
);
|
|
|
|
#if defined(__cplusplus)
|
|
}
|
|
#endif
|