41 lines
467 B
C
41 lines
467 B
C
/*++
|
|
|
|
Copyright (c) 1998-1999 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
urlmapp.h
|
|
|
|
Abstract:
|
|
|
|
The private definition of URL map interfaces.
|
|
|
|
Author:
|
|
|
|
Henry Sanders (henrysa) 21-Jun-1998
|
|
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
|
|
#ifndef _URLMAPP_H_
|
|
#define _URLMAPP_H_
|
|
|
|
#if 0
|
|
VOID
|
|
CleanupURLMapWorker(
|
|
IN PUL_WORK_ITEM pWorkItem
|
|
);
|
|
|
|
VOID
|
|
DeleteURLMapHeader(
|
|
PHTTP_URL_MAP_HEADER pMapHeader
|
|
);
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|